private xsc.ChartValue SetChartValue()
 {
     xsc.ChartValue cv = new xsc.ChartValue();
     cv.Color = "ffffcc";
     cv.BackgroundColor = "444488";
     cv.Alpha = 100;
     cv.Size = 12;
     cv.Position = "cursor";
     return cv;
 }
Exemplo n.º 2
0
 private xsc.ChartValue SetChartValue()
 {
     xsc.ChartValue cv = new xsc.ChartValue();
     cv.Color = "ffffff";
     cv.Alpha = 90;
     cv.Font = "Arial";
     cv.Bold = true;
     cv.Size = 10;
     cv.Position = "inside";
     cv.Prefix = "";
     cv.Suffix = "";
     cv.Decimals = 0;
     cv.Separator = "";
     cv.AsPercentage = true;
     return cv;
 }
Exemplo n.º 3
0
 private xsc.ChartValue SetChartValue()
 {
     xsc.ChartValue setting = new xsc.ChartValue();
     setting.Position = "cursor";
     setting.Size = 12;
     setting.Color = "000000";
     setting.BackgroundColor = "aaff00";
     setting.Alpha = 80;
     return setting;
 }
Exemplo n.º 4
0
 private ChartValue SetChartValue()
 {
     ChartValue cv = new ChartValue();
     cv.Color = "000000";
     cv.Alpha = 75;
     cv.Font = "Arial";
     cv.Bold = true;
     cv.Size = 12;
     cv.Position = "center";
     cv.Prefix = "";
     cv.Suffix = "%";
     cv.Decimals = 0;
     cv.Separator = "";
     cv.AsPercentage = false;
     return cv;
 }
 private xsc.ChartValue SetChartValue()
 {
     xsc.ChartValue cv = new xsc.ChartValue();
     cv.HideZero = true;
     cv.Color = "000000";
     cv.Alpha = 70;
     cv.Size = 9;
     cv.Position = "middle";
     cv.Prefix = "";
     cv.Suffix = "";
     cv.Decimals = 0;
     cv.Separator = "";
     cv.AsPercentage = true;
     return cv;
 }
Exemplo n.º 6
0
 private ChartValue SetChartValue()
 {
     ChartValue cv = new ChartValue();
     cv.Color = "ffffff";
     cv.Alpha = 75;
     cv.Size = 10;
     cv.Position = "inside";
     cv.Prefix = "";
     cv.Suffix = "";
     cv.Decimals = 10;
     cv.Separator = "";
     cv.AsPercentage = false;
     return cv;
 }
Exemplo n.º 7
0
 private ChartValue SetChartValue()
 {
     ChartValue cv = new ChartValue();
     cv.Prefix = "";
     cv.Suffix = "";
     cv.Decimals = 0;
     cv.Separator = "";
     cv.Position = "cursor";
     cv.HideZero = true;
     cv.AsPercentage = false;
     cv.Font = "Arial";
     cv.Bold = true;
     cv.Size = 12;
     cv.Color = "ff8888";
     cv.Alpha = 100;
     return cv;
 }
Exemplo n.º 8
0
 private xsc.ChartValue SetChartValue()
 {
     xsc.ChartValue cv = new xsc.ChartValue();
     cv.Position = "cursor";
     cv.Size = 12;
     cv.Color = "ffffff";
     cv.Alpha = 75;
     return cv;
 }
Exemplo n.º 9
0
 private xsc.ChartValue SetChartValue()
 {
     xsc.ChartValue cv = new xsc.ChartValue();
     cv.Alpha = 0;
     return cv;
 }
Exemplo n.º 10
0
 private DotNetXmlSwfChart.ChartValue SetChartValue()
 {
     ChartValue cv = new ChartValue();
     cv.Color = "000000";
     cv.Alpha = 65;
     cv.Font = "Arial";
     cv.Bold = true;
     cv.Size = 10;
     cv.Position = "inside";
     cv.Prefix = "";
     cv.Suffix = "";
     cv.Decimals = 0;
     cv.Separator = "";
     cv.AsPercentage = true;
     return cv;
 }