IChartSeries.Axis Property
In This Article
Gets the series axis.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
string Axis { get; }
#Property Value
Type | Description |
---|---|
String | The name of an axis. |
#Remarks
See for detailed description: Axis.
See Also