Back to Devexpress

Axis2D.GetVisibilityInPane(XYDiagramPaneBase) Method

corelibraries-devexpress-dot-xtracharts-dot-axis2d-dot-getvisibilityinpane-x28-devexpress-dot-xtracharts-dot-xydiagrampanebase-x29.md

latest1.6 KB
Original Source

Axis2D.GetVisibilityInPane(XYDiagramPaneBase) Method

Returns a value that specifies whether or not an axis is visible on the panes.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public bool GetVisibilityInPane(
    XYDiagramPaneBase pane
)
vb
Public Function GetVisibilityInPane(
    pane As XYDiagramPaneBase
) As Boolean

Parameters

NameTypeDescription
paneXYDiagramPaneBase

An XYDiagramPaneBase class descendant that represents a pane object.

|

Returns

TypeDescription
Boolean

Returns a value indicating whether or not an axis is visible in the specified pane.

|

See Also

Axis2D Class

Axis2D Members

DevExpress.XtraCharts Namespace