Example #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ChartAxisLabels" /> class.
 /// </summary>
 public ChartAxisLabels()
 {
     DateFormats = new ChartAxisLabelsDateFormats();
     RotationOptions = new ChartAxisLabelsRotation();
 }
 public ChartLabelRotationSerializer(ChartAxisLabelsRotation labelRotation)
 {
     this.labelRotation = labelRotation;
 }