コード例 #1
0
 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;
 }
コード例 #2
0
 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;
 }
コード例 #3
0
ファイル: LineOne.cs プロジェクト: cccarey/dotnetxmlswfchart
 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;
 }
コード例 #4
0
 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;
 }
コード例 #5
0
 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;
 }
コード例 #6
0
 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;
 }
コード例 #7
0
 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;
 }
コード例 #8
0
 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;
 }
コード例 #9
0
 private xsc.AxisCategory SetAxisCategory(xsc.XmlSwfChartType type)
 {
     xsc.AxisCategory ac = new xsc.AxisCategory(type);
     ac.Alpha = 0;
     return ac;
 }
コード例 #10
0
ファイル: BarTwo.cs プロジェクト: cccarey/dotnetxmlswfchart
 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;
 }
コード例 #11
0
 private AxisCategory SetAxisCategory(XmlSwfChartType xmlSwfChartType)
 {
     AxisCategory ac = new AxisCategory(xmlSwfChartType);
     ac.Size = 10;
     ac.Color = "eebb66";
     ac.Alpha = 90;
     return ac;
 }
コード例 #12
0
 private AxisCategory SetAxisCategory(XmlSwfChartType xmlSwfChartType)
 {
     AxisCategory ac = new AxisCategory(xmlSwfChartType);
     ac.Size = 11;
     ac.Color = "ffffff";
     ac.Alpha = 75;
     return ac;
 }
コード例 #13
0
 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;
 }
コード例 #14
0
ファイル: BarOne.cs プロジェクト: cccarey/dotnetxmlswfchart
 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;
 }