menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RangeNavigatorSeries - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class RangeNavigatorSeries

    Sets and gets the options for customizing the range navigator series.

    Inheritance
    System.Object
    SfBaseComponent
    SfDataBoundComponent
    RangeNavigatorSeries
    Inherited Members
    SfBaseComponent.Dispose()
    SfBaseComponent.Dispose(Boolean)
    SfBaseComponent.GetEffectivePlatform()
    SfBaseComponent.GetMainComponentPlatform()
    SfBaseComponent.IsMainLicenseComponent()
    SfBaseComponent.LicenseContext
    SfBaseComponent.OnObservableChange(String, Object, Boolean, NotifyCollectionChangedEventArgs)
    SfBaseComponent.ValidateLicense()
    SfDataBoundComponent.DataManager
    SfDataBoundComponent.MainParent
    SfDataBoundComponent.OnAfterRenderAsync(Boolean)
    SfDataBoundComponent.OnInitializedAsync()
    SfDataBoundComponent.OnParametersSetAsync()
    SfDataBoundComponent.SetDataManager<T>(Object)
    Namespace: Syncfusion.Blazor.Charts
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class RangeNavigatorSeries : SfDataBoundComponent

    Constructors

    RangeNavigatorSeries()

    Initializes a new instance of the RangeNavigatorSeries class.

    Declaration
    public RangeNavigatorSeries()

    Properties

    DashArray

    Defines the pattern of dashes and gaps to stroke the lines in Line type series.

    Declaration
    public string DashArray { get; set; }
    Property Value
    Type
    System.String

    DataSource

    It defines the data source for a series.

    Declaration
    public object DataSource { get; set; }
    Property Value
    Type
    System.Object

    Fill

    The fill color for the series that accepts value in hex and rgba as a valid CSS color string. It also represents the color of the signal lines in technical indicators. For technical indicators, the default value is 'blue' and for series, it has null.

    Declaration
    public string Fill { get; set; }
    Property Value
    Type
    System.String

    Opacity

    The opacity for the background.

    Declaration
    public double Opacity { get; set; }
    Property Value
    Type
    System.Double

    Query

    It defines the query for the data source.

    Declaration
    public Query Query { get; set; }
    Property Value
    Type
    Query

    Type

    It defines the series type of the range navigator.

    Declaration
    public RangeNavigatorType Type { get; set; }
    Property Value
    Type
    RangeNavigatorType

    Width

    The stroke width for the series that is applicable only for Line type series. It also represents the stroke width of the signal lines in technical indicators.

    Declaration
    public double Width { get; set; }
    Property Value
    Type
    System.Double

    XName

    It defines the xName for the series.

    Declaration
    public string XName { get; set; }
    Property Value
    Type
    System.String

    YName

    It defines the yName for the series.

    Declaration
    public string YName { get; set; }
    Property Value
    Type
    System.String

    Methods

    BuildRenderTree(RenderTreeBuilder)

    Declaration
    protected override void BuildRenderTree(RenderTreeBuilder __builder)
    Parameters
    Type Name Description
    Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder __builder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved