AxisDisplayOptions

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

Declaration Syntax

public class AxisDisplayOptions

Table 66: Members

Property

AxisLabel

Gets or sets the axis label.

Property

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.

Property

LowerLimit

Gets the default lower limit of the axis range.

Property

MaximumLimit

Gets or sets the Maximum limit used for the chart display. If UseAutomaticLimits is True, a NotSupportedException is thrown on the setter.

Property

MinimumLimit

Gets or sets the Minimum limit used for the chart display. If UseAutomaticLimits is True, a NotSupportedException is thrown on the setter.

Property

ShowGridLines

Gets or sets the visibility of the axis gridlines.

Property

UpperLimit

Gets the default higher limit of the axis range.

Property

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.

Method

CopySettingsFrom(AxisDisplayOptions)

Copies the settings used in the input AxisDisplayOptions reference to the AxisDisplayOptions calling this method.