RadzenRangeNavigatorLineSeries<TItem> Class

Renders a filled area with a line stroke inside a RadzenRangeNavigator.

Inheritance

Object

ComponentBase

RadzenRangeNavigatorLineSeries<TItem>

Implements

IComponent

IHandleEvent

IHandleAfterRender

IRangeNavigatorSeries

Inherited Members

ComponentBase.OnInitialized

ComponentBase.OnInitializedAsync

ComponentBase.OnParametersSetAsync

ComponentBase.StateHasChanged

ComponentBase.ShouldRender

ComponentBase.OnAfterRender

ComponentBase.OnAfterRenderAsync

ComponentBase.InvokeAsync

ComponentBase.DispatchExceptionAsync

ComponentBase.SetParametersAsync

ComponentBase.RendererInfo

ComponentBase.Assets

ComponentBase.AssignedRenderMode

Namespace: Radzen.Blazor

Assembly: Radzen.Blazor.dll

Syntax

public class RadzenRangeNavigatorLineSeries<TItem> : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IRangeNavigatorSeries

Type Parameters

Name Description
TItemThe type of the data items.

Constructors

RadzenRangeNavigatorLineSeries<TItem>link

Renders a filled area with a line stroke inside a RadzenRangeNavigator.

Declaration
public RadzenRangeNavigatorLineSeries<TItem>()

Properties

CategoryPropertylink

Gets or sets the name of the property that provides the category (X axis) values.

Declaration
public string CategoryProperty { get; set; }
Property Value
Type Description
stringGets or sets the name of the property that provides the category (X axis) values.

Datalink

Gets or sets the data source.

Declaration
public IEnumerable<TItem> Data { get; set; }
Property Value
Type Description
IEnumerable<TItem>Gets or sets the data source.

Filllink

Gets or sets the area fill color.

Declaration
public string Fill { get; set; }
Property Value
Type Description
stringGets or sets the area fill color.

FillModelink

Specifies how the area below the line is filled. Set to Solid by default.

Declaration
public FillMode FillMode { get; set; }
Property Value
Type Description
FillModeSpecifies how the area below the line is filled. Set to Solid by default.

FillOpacitylink

Gets or sets the fill opacity. When FillMode is Gradient this is the opacity at the top of the gradient.

Declaration
public double FillOpacity { get; set; }
Property Value
Type Description
doubleGets or sets the fill opacity. When FillMode is Gradient this is the opacity at the top of the gradient.

Navigatorlink

Gets or sets the parent navigator.

Declaration
public RadzenRangeNavigator Navigator { get; set; }
Property Value
Type Description
RadzenRangeNavigatorGets or sets the parent navigator.

Smoothlink

Gets or sets whether to use smooth (spline) interpolation.

Declaration
public bool Smooth { get; set; }
Property Value
Type Description
boolGets or sets whether to use smooth (spline) interpolation.

Strokelink

Gets or sets the stroke (line) color.

Declaration
public string Stroke { get; set; }
Property Value
Type Description
stringGets or sets the stroke (line) color.

StrokeWidthlink

Gets or sets the stroke width.

Declaration
public double StrokeWidth { get; set; }
Property Value
Type Description
doubleGets or sets the stroke width.

ValuePropertylink

Gets or sets the name of the property that provides the value (Y axis) values.

Declaration
public string ValueProperty { get; set; }
Property Value
Type Description
stringGets or sets the name of the property that provides the value (Y axis) values.

Methods

BuildRenderTreelink

Declaration
protected override void BuildRenderTree(Rendering.RenderTreeBuilder __builder)
Parameters
Type Name Description
Rendering.RenderTreeBuilder __builder

Disposelink

Declaration
public void Dispose()

OnParametersSetlink

Declaration
protected override void OnParametersSet()

Renderlink

Declaration
public RenderFragment Render(ScaleBase categoryScale, ScaleBase valueScale)
Parameters
Type Name Description
ScaleBase categoryScale
ScaleBase valueScale
Returns
Type Description
RenderFragment

TransformCategoryScalelink

Declaration
public ScaleBase TransformCategoryScale(ScaleBase scale)
Parameters
Type Name Description
ScaleBase scale
Returns
Type Description
ScaleBase

TransformValueScalelink

Declaration
public ScaleBase TransformValueScale(ScaleBase scale)
Parameters
Type Name Description
ScaleBase scale
Returns
Type Description
ScaleBase
An error has occurred. This app may no longer respond until reloaded. Reload 🗙