Ejemplo n.º 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();
 }
Ejemplo n.º 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();
 }
Ejemplo n.º 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;
 }
Ejemplo n.º 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;
 }