Specifies the state of an axis.
Axis Enabled mode
Visual Basic (Declaration) | |
---|---|
Public Enum AxisEnabled Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public enum AxisEnabled : Enum |
Member | Description |
---|---|
Auto |
Axis is only enabled if used to plot a Series . Auto mode |
True |
Axis is always enabled. Always enabled |
False |
Axis is never enabled. Always disabled |
The AxisEnabledenumeration is used with the Axis.Enabled property to enable/disable an axis.
If a value of "Auto" is used then 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 are determined by the Series.XAxisType and Series.YAxisType property settings).
System.Object
System.ValueType
System.Enum
Dundas.Charting.WebControl.AxisEnabled
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family