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