Exemple #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ChartNoteLabelBuilder" /> class.
 /// </summary>
 /// <param name="ChartNoteLabel">The data labels configuration.</param>
 public ChartNoteLabelBuilder(ChartNoteLabel label)
     : base(label)
 {
     this.label = label;
 }
Exemple #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ChartNote" /> class.
 /// </summary>
 public ChartNote()
 {
     Icon = new ChartMarkers();
     Label = new ChartNoteLabel();
     Line = new ChartNoteLine();
 }
Exemple #3
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ChartNote" /> class.
 /// </summary>
 public ChartNote()
 {
     Icon  = new ChartMarkers();
     Label = new ChartNoteLabel();
     Line  = new ChartNoteLine();
 }