Back to Devexpress

XYDiagram2DSeriesViewBase.AxisXName Property

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

latest1.3 KB
Original Source

XYDiagram2DSeriesViewBase.AxisXName Property

For internal use only. Specifies the X-axis name.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

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

Property Value

TypeDescription
String

A String value.

|

Remarks

This property is hidden and intended for internal use only. Normally you don’t need to use it.

See Also

XYDiagram2DSeriesViewBase Class

XYDiagram2DSeriesViewBase Members

DevExpress.XtraCharts Namespace