Skip to content

Commit

Permalink
added default value to AutomaticLabelRotation
Browse files Browse the repository at this point in the history
  • Loading branch information
brianlagunas committed Dec 11, 2024
1 parent 05aaf20 commit 202d428
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ protected SharedChartVisualizationSettings() : base() { }
/// <summary>
/// Gets or sets a value that determines if the chart will automatcially rotate labels
/// </summary>
public bool AutomaticLabelRotation { get; set; }
public bool AutomaticLabelRotation { get; set; } = true;

/// <summary>
/// Gets or sets a values that will sync the axis to the visible range.
Expand Down

0 comments on commit 202d428

Please sign in to comment.