/// <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 ChartNoteLabelSerializer(ChartNoteLabel label) : base(label) { this.label = label; }