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 <T> >();
 }
Example #2
0
 public ChartNoteLabelSerializer(ChartNoteLabel label)
     : base(label)
 {
     this.label = label;
 }
Example #3
0
 public ChartNoteLabelSerializer(ChartNoteLabel label)
     : base(label)
 {
     this.label = label;
 }