Boolean
AxisDisplayOptions
.UseAutomaticLimits { get; set; }
Gets or sets whether axis limits are automatic or user-defined. When True, the MinimumLimit and MaximumLimit will be set to the LowerLimit and UpperLimit respectively.
Remarks
Examples