Represents a series that can be rendered inside a RadzenRangeNavigator.
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
public interface IRangeNavigatorSeriesRenders the series using the specified scales.
public abstract RenderFragment Render(ScaleBase categoryScale, ScaleBase valueScale)
| Type | Description |
|---|---|
| RenderFragment |
Transforms the category scale based on the series data.
public abstract ScaleBase TransformCategoryScale(ScaleBase scale)
| Type | Name | Description |
|---|---|---|
| ScaleBase | scale |
| Type | Description |
|---|---|
| ScaleBase |
Transforms the value scale based on the series data.
public abstract ScaleBase TransformValueScale(ScaleBase scale)
| Type | Name | Description |
|---|---|---|
| ScaleBase | scale |
| Type | Description |
|---|---|
| ScaleBase |