Exemplo n.º 1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ChartAxisLabels" /> class.
 /// </summary>
 public ChartAxisLabels()
 {
     DateFormats = new ChartAxisLabelsDateFormats();
 }
Exemplo n.º 2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ChartAxisLabels" /> class.
 /// </summary>
 public ChartAxisLabels()
 {
     DateFormats = new ChartAxisLabelsDateFormats();
 }
 public ChartAxisLabelsDateFormatsSerializer(ChartAxisLabelsDateFormats dateFormats)
 {
     this.dateFormats = dateFormats;
 }
 public ChartAxisLabelsDateFormatsSerializer(ChartAxisLabelsDateFormats dateFormats)
 {
     this.dateFormats = dateFormats;
 }
Exemplo n.º 5
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ChartAxisLabels" /> class.
 /// </summary>
 public ChartAxisLabels()
 {
     DateFormats = new ChartAxisLabelsDateFormats();
     RotationOptions = new ChartAxisLabelsRotation();
 }