Back to Devexpress

XYDiagram2DSeriesViewBase.PaneName Property

corelibraries-devexpress-dot-xtracharts-dot-xydiagram2dseriesviewbase-b32c7db6.md

latest1.4 KB
Original Source

XYDiagram2DSeriesViewBase.PaneName Property

For internal use only. Specifies the name of the diagram’s pane.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[Browsable(false)]
public string PaneName { get; set; }
vb
<Browsable(False)>
Public Property PaneName As String

Property Value

TypeDescription
String

A String specifying the pane’s name.

|

Remarks

For more information, refer to Panes.

See Also

Panes

XYDiagram2DSeriesViewBase Class

XYDiagram2DSeriesViewBase Members

DevExpress.XtraCharts Namespace