Example #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ChartLegend" /> class.
 /// </summary>
 public ChartLegend()
 {
     Margin = new ChartSpacing();
     Padding = new ChartSpacing();
     Border = new ChartElementBorder();
     Labels = new ChartLegendLabels();
 }
Example #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ChartLegend" /> class.
 /// </summary>
 public ChartLegend()
 {
     Margin  = new ChartSpacing();
     Padding = new ChartSpacing();
     Border  = new ChartElementBorder();
     Labels  = new ChartLegendLabels();
 }
Example #3
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ChartLegendLabelsBuilder{TBuilder}" /> class.
 /// </summary>
 /// <param name="legendLabels">The labels configuration.</param>
 public ChartLegendLabelsBuilder(ChartLegendLabels legendLabels)
 {
     labels = legendLabels;
 }
Example #4
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ChartLegendLabelsBuilder{TBuilder}" /> class.
 /// </summary>
 /// <param name="legendLabels">The labels configuration.</param>
 public ChartLegendLabelsBuilder(ChartLegendLabels legendLabels)
 {
     labels = legendLabels;
 }