Ejemplo n.º 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>();
 }
Ejemplo n.º 2
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>();
 }
 public ChartNoteLabelSerializer(ChartNoteLabel label)
     : base(label)
 {
     this.label = label;
 }
Ejemplo n.º 4
0
 public ChartNoteLabelSerializer(ChartNoteLabel label)
     : base(label)
 {
     this.label = label;
 }