private void Initialize() { Stacked = false; Labels = new ChartPointLabels(); Markers = new ChartMarkers(); Orientation = ChartSeriesOrientation.Horizontal; }
/// <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> >(); }
public ChartLineMarkersSerializer(ChartMarkers chartLineMarker) { this.lineMarker = chartLineMarker; }
protected virtual void Initialize() { Labels = new ChartPointLabels(); Markers = new ChartMarkers(); }