/// <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 ChartNoteLineSerializer(ChartNoteLine line) { this.line = line; }