Example #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ChartAxisNotes" /> class.
 /// </summary>
 public ChartAxisNotes()
 {
     Icon  = new ChartMarkers();
     Label = new ChartNoteLabel();
     Line  = new ChartNoteLine();
     Data  = new List <ChartAxisNoteItem>();
 }
Example #2
0
 private void Initialize()
 {
     Stacked     = false;
     Labels      = new ChartPointLabels();
     Markers     = new ChartMarkers();
     Orientation = ChartSeriesOrientation.Horizontal;
 }
Example #3
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ChartAxisNotes" /> class.
 /// </summary>
 public ChartAxisNotes()
 {
     Icon = new ChartMarkers();
     Label = new ChartNoteLabel();
     Line = new ChartNoteLine();
     Data = new List<ChartAxisNoteItem>();
 }
Example #4
0
 private void Initialize()
 {
     Border     = new ChartElementBorder();
     Line       = new ChartLine();
     Type       = "boxPlot";
     Aggregates = new ChartBoxPlotAggregates();
     Outliers   = new ChartMarkers();
     Extremes   = new ChartMarkers();
 }
 public ChartLineMarkersSerializer(ChartMarkers chartLineMarker)
 {
     this.lineMarker = chartLineMarker;
 }
Example #6
0
 protected virtual void Initialize()
 {
     Labels      = new ChartPointLabels();
     Markers     = new ChartMarkers();
     Orientation = ChartSeriesOrientation.Horizontal;
 }
 public ChartLineMarkersSerializer(ChartMarkers chartLineMarker)
 {
     this.lineMarker = chartLineMarker;
 }
Example #8
0
 protected virtual void Initialize()
 {
     Labels  = new ChartPointLabels();
     Markers = new ChartMarkers();
 }