Class: AxisDisplayOptions

A class that exposes methods/properties to customize the display of a chart axis.

Methods

Name Description
CopySettingsFrom(AxisDisplayOptions) Copies the settings used in the input AxisDisplayOptions reference to the AxisDisplayOptions calling this method.

Properties

Name Description
AxisLabel Gets or sets the axis label.
IsLogarithmic Gets or sets whether the axis is logarithmic. A NotSupportedException is thrown if a dataset contains a non-positive value on the chosen axis.
LowerLimit Gets the default lower limit of the axis range.
MaximumLimit Gets or sets the Maximum limit used for the chart display. If UseAutomaticLimits is True, a NotSupportedException is thrown on the setter.
MinimumLimit Gets or sets the Minimum limit used for the chart display. If UseAutomaticLimits is True, a NotSupportedException is thrown on the setter.
ShowGridLines Gets or sets the visibility of the axis gridlines.
UpperLimit Gets the default higher limit of the axis range.
UseAutomaticLimits 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.