Implemented by series that can be bound to a named value axis.
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
public interface IChartValueAxisSeriesGets or sets the name of the value axis this series is bound to. When null or empty, the series uses the primary (default) axis.
public string ValueAxisName { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the name of the value axis this series is bound to. When null or empty, the series uses the primary (default) axis. |