Example #1
0
 public RenderingInfo()
 {
     SeriesType             = SeriesRenderType.FastLineSeries;
     LineStyle              = RenderLineStyle.Solid;
     PreferredColor         = new SerializableColor();
     DefaultDatapointStyle  = new DataPointStyle();
     SelectedDatapointStyle = new DataPointStyle();
 }
Example #2
0
 public DataPointStyle()
 {
     MarkerColor       = new SerializableColor();
     MarkerBorderColor = new SerializableColor();
 }
Example #3
0
 public OratorStripline()
 {
     StripLineColor = new SerializableColor();
     LineStyle      = new RenderLineStyle();
 }