/// <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; }
/// <summary> /// Initializes a new instance of the <see cref="ChartNote" /> class. /// </summary> public ChartNote() { Icon = new ChartMarkers(); Label = new ChartNoteLabel(); Line = new ChartNoteLine(); }