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