menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RangeNavigatorRangenavigatorSeries - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class RangeNavigatorRangenavigatorSeries

    Inheritance
    System.Object
    Syncfusion.EJ2.EJTagHelper
    RangeNavigatorRangenavigatorSeries
    Namespace: Syncfusion.EJ2.Charts
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class RangeNavigatorRangenavigatorSeries : EJTagHelper

    Constructors

    RangeNavigatorRangenavigatorSeries()

    Declaration
    public RangeNavigatorRangenavigatorSeries()

    Properties

    Animation

    Options to customizing animation for the series.

    Declaration
    public RangeNavigatorAnimation Animation { get; set; }
    Property Value
    Type Description
    RangeNavigatorAnimation

    The default value is null

    Border

    Options for customizing the color and width of the series border.

    Declaration
    public RangeNavigatorBorder Border { get; set; }
    Property Value
    Type Description
    RangeNavigatorBorder

    The default value is null

    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 Description
    System.String

    The default value is "0"

    DataSource

    It defines the data source for a series.

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

    The default value is null

    Fill

    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 Description
    System.Double

    The default value is 1

    Query

    It defines the query for the data source.

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

    The default value is null

    Type

    It defines the series type of the range navigator.

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

    The default value is RangeNavigatorType.Line

    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 Description
    System.Double

    The default value is 1

    XName

    It defines the xName for the series.

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

    The default value is null

    YName

    It defines the yName for the series.

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

    The default value is null

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved