private xsc.AxisCategory SetAxisCategory(xsc.XmlSwfChartType type) { xsc.AxisCategory ac = new xsc.AxisCategory(type); ac.Size = 10; ac.Color = "ffffff"; ac.Alpha = 75; return ac; }
private xsc.AxisCategory SetAxisCategory(xsc.XmlSwfChartType type) { xsc.AxisCategory ac = new xsc.AxisCategory(type); ac.Size = 14; ac.Color = "000000"; ac.Alpha = 50; return ac; }
private xsc.AxisCategory SetAxisCategory(xsc.XmlSwfChartType Type) { xsc.AxisCategory setting = new xsc.AxisCategory(xsc.XmlSwfChartType.Line); setting.Size = 16; setting.Color = "000000"; setting.Alpha = 75; setting.Skip = 0; setting.Orientation = "horizontal"; return setting; }
private xsc.AxisCategory SetAxisCategory(xsc.XmlSwfChartType xmlSwfChartType) { xsc.AxisCategory ac = new xsc.AxisCategory(xmlSwfChartType); ac.Size = 10; ac.Color = "000000"; ac.Alpha = 75; ac.Skip = 0; ac.Orientation = "horizontal"; return ac; }
private xsc.AxisCategory SetAxisCategory(xsc.XmlSwfChartType type) { xsc.AxisCategory ac = new xsc.AxisCategory(type); ac.Size = 10; ac.Color = "ffffff"; ac.Alpha = 75; ac.Skip = 0; ac.Orientation = "diagonal_up"; return ac; }
private xsc.AxisCategory SetAxisCategory(xsc.XmlSwfChartType type) { xsc.AxisCategory ac = new xsc.AxisCategory(type); ac.Font = "Arial"; ac.Bold = true; ac.Size = 11; ac.Color = "000000"; ac.Alpha = 50; ac.Skip = 2; return ac; }
private xsc.AxisCategory SetAxisCategory(xsc.XmlSwfChartType type) { xsc.AxisCategory ac = new xsc.AxisCategory(type); ac.Size = 12; ac.Color = "ffffff"; ac.Alpha = 75; ac.Font = "Arial"; ac.Bold = true; ac.Skip = 0; ac.Orientation = "horizontal"; return ac; }
private AxisCategory SetAxisCategory(XmlSwfChartType type) { AxisCategory ac = new AxisCategory(type); ac.Font = "Arial"; ac.Bold = true; ac.Size = 16; ac.Color = "000000"; ac.Alpha = 60; ac.Skip = 0; ac.Orientation = "vertical_up"; return ac; }
private xsc.AxisCategory SetAxisCategory(xsc.XmlSwfChartType type) { xsc.AxisCategory ac = new xsc.AxisCategory(type); ac.Alpha = 0; return ac; }
private AxisCategory SetAxisCategory(XmlSwfChartType xmlSwfChartType) { AxisCategory ac = new AxisCategory(xmlSwfChartType); ac.Font = "Arial"; ac.Bold = true; ac.Size = 14; ac.Color = "86ab71"; ac.Alpha = 100; ac.Skip = 0; ac.Orientation = "vertical_up"; return ac; }
private AxisCategory SetAxisCategory(XmlSwfChartType xmlSwfChartType) { AxisCategory ac = new AxisCategory(xmlSwfChartType); ac.Size = 10; ac.Color = "eebb66"; ac.Alpha = 90; return ac; }
private AxisCategory SetAxisCategory(XmlSwfChartType xmlSwfChartType) { AxisCategory ac = new AxisCategory(xmlSwfChartType); ac.Size = 11; ac.Color = "ffffff"; ac.Alpha = 75; return ac; }
private AxisCategory SetAxisCategory(XmlSwfChartType xmlSwfChartType) { AxisCategory ac = new AxisCategory(xmlSwfChartType); ac.Font = "Arial"; ac.Bold = true; ac.Size = 13; ac.Color = "000022"; ac.Alpha = 50; ac.Skip = 0; ac.Orientation = "diagonal_up"; return ac; }
private AxisCategory SetAxisCategory(XmlSwfChartType xmlSwfChartType) { AxisCategory ac = new AxisCategory(xmlSwfChartType); ac.Font = "Arial"; ac.Bold = true; ac.Size = 12; ac.Color = "ff8844"; ac.Alpha = 85; ac.Skip = 0; return ac; }