private xsc.LegendLabel SetLegendLabel()
 {
     xsc.LegendLabel ll = new xsc.LegendLabel();
     ll.Layout = xsc.LegendLabelLayout.horizontal;
     ll.Size = 12;
     ll.Color = "000000";
     ll.Alpha = 50;
     return ll;
 }
Ejemplo n.º 2
0
 private xsc.LegendLabel SetLegendLabel()
 {
     xsc.LegendLabel ll = new xsc.LegendLabel();
     ll.Layout = xsc.LegendLabelLayout.horizontal;
     ll.Bullet = xsc.LegendLabelBullet.circle;
     ll.Font = "Arial";
     ll.Bold = true;
     ll.Size = 13;
     ll.Color = "ffffff";
     ll.Alpha = 85;
     return ll;
 }
Ejemplo n.º 3
0
 private xsc.LegendLabel SetLegendLabel()
 {
     xsc.LegendLabel setting = new xsc.LegendLabel();
     setting.Layout = xsc.LegendLabelLayout.horizontal;
     setting.Bullet = xsc.LegendLabelBullet.line;
     setting.Font = "Arial";
     setting.Bold = true;
     setting.Size = 13;
     setting.Color = "ffffff";
     setting.Alpha = 65;
     return setting;
 }
 private xsc.LegendLabel SetLegendLabel()
 {
     xsc.LegendLabel ll = new xsc.LegendLabel();
     ll.Size = 0;
     ll.Alpha = 0;
     return ll;
 }
Ejemplo n.º 5
0
 private xsc.LegendLabel SetLegendLabel()
 {
     xsc.LegendLabel ll = new xsc.LegendLabel();
     ll.Layout = xsc.LegendLabelLayout.vertical;
     ll.Font = "Arial";
     ll.Bold = true;
     ll.Size = 12;
     ll.Color = "000000";
     ll.Alpha = 50;
     return ll;
 }
Ejemplo n.º 6
0
 private xsc.LegendLabel SetLegendLabel()
 {
     xsc.LegendLabel ll = new xsc.LegendLabel();
     ll.Layout = xsc.LegendLabelLayout.horizontal;
     ll.Font = "Arial";
     ll.Bold = true;
     ll.Size = 12;
     ll.Color = "333355";
     ll.Alpha = 90;
     return ll;
 }
Ejemplo n.º 7
0
 private LegendLabel SetLegendLabel()
 {
     LegendLabel ll = new LegendLabel();
     ll.Layout = LegendLabelLayout.vertical;
     ll.Font = "Arial";
     ll.Bold = true;
     ll.Size = 13;
     ll.Color = "000022";
     ll.Alpha = 50;
     return ll;
 }
Ejemplo n.º 8
0
 private LegendLabel SetLegendLabel()
 {
     LegendLabel ll = new LegendLabel();
     ll.Layout = LegendLabelLayout.horizontal;
     ll.Font = "Arial";
     ll.Bold = true;
     ll.Size = 13;
     ll.Color = "ffffff";
     ll.Alpha = 50;
     return ll;
 }