Ejemplo n.º 1
0
 private void Initialize()
 {
     Stacked     = false;
     Labels      = new ChartPointLabels();
     Markers     = new ChartMarkers();
     Orientation = ChartSeriesOrientation.Horizontal;
 }
Ejemplo n.º 2
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 <T> >();
 }
Ejemplo n.º 3
0
 public ChartLineMarkersSerializer(ChartMarkers chartLineMarker)
 {
     this.lineMarker = chartLineMarker;
 }
Ejemplo n.º 4
0
 protected virtual void Initialize()
 {
     Labels  = new ChartPointLabels();
     Markers = new ChartMarkers();
 }
Ejemplo n.º 5
0
 public ChartLineMarkersSerializer(ChartMarkers chartLineMarker)
 {
     this.lineMarker = chartLineMarker;
 }