IChartSeries.Axis Property
Gets the series axis.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.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