AxisEnabled Enum

Definition

Specifies the state of an axis.

public enum class AxisEnabled
public enum AxisEnabled
type AxisEnabled = 
Public Enum AxisEnabled
Inheritance
AxisEnabled

Fields

Auto 0

The axis is only enabled if it used to plot a Series.

False 2

The axis is never enabled.

True 1

The axis is always enabled.

Remarks

The AxisEnabled enumeration is used with the Enabled property to enable or disable an axis.

If the Enabled property is set to Auto, an axis may or may not be displayed, depending on whether it is being used to plot a Series. The axes that are used to plot data for a series are determined by the XAxisType and YAxisType property settings.

Applies to