Exemple #1
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 #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="ChartNoteLineBuilder" /> class.
 /// </summary>
 /// <param name="line">The connectors configuration.</param>
 public ChartNoteLineBuilder(ChartNoteLine line)
 {
     this.line = line;
 }
Exemple #4
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ChartNoteLineBuilder" /> class.
 /// </summary>
 /// <param name="line">The connectors configuration.</param>
 public ChartNoteLineBuilder(ChartNoteLine line)
 {
     this.line = line;
 }