Axis2D.Visible Property
OBSOLETE
This property is obsolete now. Use the Visibility property instead.
Specifies whether the axis is visible.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[Browsable(false)]
[Obsolete("This property is obsolete now. Use the Visibility property instead.")]
[XtraSerializableProperty]
public bool Visible { get; set; }
Property Value
Type | Description |
---|---|
Boolean | true if the axis is visible; otherwise, false. |
Remarks
Use the Visible property to control the overall visibility of an axis within a chart’s diagram.
To control an axis’ visibility in different panes, use the Axis2D.VisibilityInPanes property (or, the Axis2D.SetVisibilityInPane method).
Note that the Visible property doesn’t affect the visibility of axis elements: grid lines, constant lines and strips.
See Also