menu

ASP.NET MVC

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Series

    Show / Hide Table of Contents

    Class Series

    Inheritance
    System.Object
    EJTagHelper
    Series
    Inherited Members
    EJTagHelper.GetControlDetails()
    EJTagHelper.GetControlDetails(String)
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.JavaScript.DataVisualization.Models
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class Series : EJTagHelper

    Constructors

    Series()

    Declaration
    public Series()

    Properties

    AnimationDuration

    Gets or sets the animation duration value to animate the series, which provides an option to customize the duration time for rendering the series.

    Declaration
    [JsonProperty("animationDuration")]
    public string AnimationDuration { get; set; }
    Property Value
    Type Description
    System.String
    Remarks

    Animation duration value to animate the series

    AnimationType

    Gets or sets the animation type of series, which animates the series points based on specified animation type.

    Declaration
    [JsonProperty("animationType")]
    [JsonConverter(typeof(StringEnumConverter))]
    public SeriesAnimationType AnimationType { get; set; }
    Property Value
    Type Description
    SeriesAnimationType
    Remarks

    Type of animation in series.

    BearFillColor

    Gets or sets the value of BearFillColor property in series, which customizes point color when close value is up in financial chart.

    Declaration
    [JsonProperty("bearFillColor")]
    public string BearFillColor { get; set; }
    Property Value
    Type Description
    System.String
    Remarks

    Color of the point, where the close is up in financial chart.

    Border

    Gets or sets the border of series, which provides an option to customize border color, width and dash array of series.

    Declaration
    [JsonProperty("border")]
    public SeriesBorder Border { get; set; }
    Property Value
    Type Description
    SeriesBorder
    Remarks

    Options for customizing the border of the series.

    BoxPlotMode

    Gets or sets the BoxPlotMode of series, which specifies the mode in which box and whisker series has to be rendered.

    Declaration
    [JsonConverter(typeof(StringEnumConverter))]
    [JsonProperty("boxPlotMode")]
    public BoxPlotMode BoxPlotMode { get; set; }
    Property Value
    Type Description
    BoxPlotMode
    Remarks

    Specifies the type of BoxPlotSeries.

    BubbleOptions

    Gets or sets the BubbleOptions of series, which provides an option to customize the data points of bubble series in chart.

    Declaration
    [JsonProperty("bubbleOptions")]
    public BubbleOptions BubbleOptions { get; set; }
    Property Value
    Type Description
    BubbleOptions
    Remarks

    Options for customizing bubble series

    BullFillColor

    Gets or sets the value of BullFillColor property in series, which customizes point color when close value is down in financial chart.

    Declaration
    [JsonProperty("bullFillColor")]
    public string BullFillColor { get; set; }
    Property Value
    Type Description
    System.String
    Remarks

    Color of the point, where the close is down in financial chart.

    CardinalSplineTension

    Gets or sets the value for cardinal spline tension, which specifies spline tension value for cardinal spline type.

    Declaration
    [JsonProperty("cardinalSplineTension")]
    public double CardinalSplineTension { get; set; }
    Property Value
    Type Description
    System.Double
    Remarks

    �Cutomize the shape of the cardinal curve.

    Close

    Gets or sets the Close value in series data source, which is the property name in data source that containes close value for series.

    Declaration
    [JsonProperty("close")]
    public string Close { get; set; }
    Property Value
    Type Description
    System.String
    Remarks

    Name of the property in the data source that contains close value for the series.

    ColumnFacet

    Gets or sets the value for ColumnFacet, which specifies whether the column series has to be rendered as rectangle or cylinder.

    Declaration
    [JsonConverter(typeof(StringEnumConverter))]
    [JsonProperty("columnFacet")]
    public ColumnFacet ColumnFacet { get; set; }
    Property Value
    Type Description
    ColumnFacet
    Remarks

    �Specifies the type of shape to be used for series.

    ColumnSpacing

    Gets or sets the value for column spacing, which specifies the spacing between the columns of various column series.

    Declaration
    [JsonProperty("columnSpacing")]
    public double ColumnSpacing { get; set; }
    Property Value
    Type Description
    System.Double
    Remarks

    �Spacing between columns of different series

    ColumnWidth

    Gets or sets the value for column width, which provides an option to customize the width of the column in column type series.

    Declaration
    [JsonProperty("columnWidth")]
    public double ColumnWidth { get; set; }
    Property Value
    Type Description
    System.Double
    Remarks

    �Width of a column in column type series.

    ConnectorLine

    Gets or sets the connector line style for data labels, which provides an option to customize the connector lines of data labels.

    Declaration
    [JsonProperty("connectorLine")]
    public ConnectorLineStyle ConnectorLine { get; set; }
    Property Value
    Type Description
    ConnectorLineStyle
    Remarks

    Specifies the type of line used to connect data labels and points

    CornerRadius

    Gets or sers the CornerRadius for series, which takes numeric value to customize the radius of four columns of the column series.

    Declaration
    [JsonProperty("cornerRadius")]
    public CornerRadius CornerRadius { get; set; }
    Property Value
    Type Description
    CornerRadius
    Remarks

    Options for customizing the corner of the column series

    DashArray

    Gets or sets the value of DashArray property of series, which provides an option to customize dashes and gaps of line series type strokes.

    Declaration
    [JsonProperty("dashArray")]
    public string DashArray { get; set; }
    Property Value
    Type Description
    System.String
    Remarks

    Pattern of dashes and gaps used to stroke the line type series.

    DataPoint

    Gets or sets the DataPoint in series, which specifies series data point that has to be rendered.

    Declaration
    [HtmlAttributeName("datapoint")]
    [JsonProperty("dataPoint")]
    public List<Points> DataPoint { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<Points>
    Remarks

    Option to specify data point for series.

    DataSource

    Gets or sets the DataSource of the series, which specifies array of JSON objects or data manager instance to render chart series.

    Declaration
    [HtmlAttributeName("datasource")]
    [JsonProperty("dataSource")]
    [JsonConverter(typeof(DataManagerConverter))]
    public object DataSource { get; set; }
    Property Value
    Type Description
    System.Object
    Remarks

    Specifies the dataSource for the series. It can be any implementation of IEnumerable, IList, ICollection, IDictionary and DataTable

    DoughnutCoefficient

    Gets or sets the DougnutCoefficient for doughnut series, which controls the doughnut series hole size.

    Declaration
    [JsonProperty("doughnutCoefficient")]
    public float DoughnutCoefficient { get; set; }
    Property Value
    Type Description
    System.Single
    Remarks

    Controls the size of the hole in doughnut series. Value ranges from 0 to 1.

    DoughnutSize

    Gets or sets the DoughnutSize for doughnut series, which controls the size of doughnut series to be rendered.

    Declaration
    [JsonProperty("doughnutSize")]
    public float DoughnutSize { get; set; }
    Property Value
    Type Description
    System.Single
    Remarks

    Controls the size of the doughnut series. Value ranges from 0 to 1.

    DragSettings

    Gets or sets the DragOptions of series, which provides an option to customize drag options for series point while dragging.

    Declaration
    [JsonProperty("dragSettings")]
    public DragSettings DragSettings { get; set; }
    Property Value
    Type Description
    DragSettings
    Remarks

    Options for dragging the series point.

    DrawMode

    Gets or sets the value of DrawMode property in series, which provides options to customize the draw modes of hilo open close series.

    Declaration
    [JsonProperty("drawMode")]
    [JsonConverter(typeof(StringEnumConverter))]
    public SeriesDrawMode DrawMode { get; set; }
    Property Value
    Type Description
    SeriesDrawMode
    Remarks

    Specifies whether OHLC series should be drawn with open and close values

    DrawType

    Gets or sets the value of DrawType property in series, which provides an option to customize polar radar series draw types like line, area or column.

    Declaration
    [JsonProperty("drawType")]
    [JsonConverter(typeof(StringEnumConverter))]
    public DrawType DrawType { get; set; }
    Property Value
    Type Description
    DrawType
    Remarks

    Type of series to be drawn in radar or polar series.

    EmptyPointSettings

    Gets or sets the EmptyPointSettings of series, which provides an option to customize empty points specified in the chart series.

    Declaration
    [JsonProperty("emptyPointSettings")]
    public EmptyPointSettings EmptyPointSettings { get; set; }
    Property Value
    Type Description
    EmptyPointSettings
    Remarks

    Options for customizing the empty point in the series.

    EnableAnimation

    Gets or sets the animation of series, which provides an option to animates pie or doughnut series slices.

    Declaration
    [JsonProperty("enableAnimation")]
    public bool EnableAnimation { get; set; }
    Property Value
    Type Description
    System.Boolean
    Remarks

    Enable/disable the animation of series.

    EnableSmartLabels

    Gets or sets the value of EnableSmartLabels property in series, which avoids the overlapping of chart series data labels smartly.

    Declaration
    [JsonProperty("enableSmartLabels")]
    public bool? EnableSmartLabels { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>
    Remarks

    To avoid overlapping of data labels smartly.

    EnableTrackTooltip

    Gets or sets the value for enableTrackTooltip, which specifies whether the crosshair tooltip has to be displayed or not.

    Declaration
    [JsonProperty("enableTrackTooltip")]
    public bool EnableTrackTooltip { get; set; }
    Property Value
    Type Description
    System.Boolean
    Remarks

    �Specifies whether to show crosshair trackball tooltip in multiple series.

    EndAngle

    Gets or sets the end angle of pie/doughnut series, which specifies an end angle where the points of pie or doughnut to be rendered.

    Declaration
    [JsonProperty("endAngle")]
    public double? EndAngle { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Double>
    Remarks

    End angle of pie/doughnut series. For a complete circle, it has to be 360, by default.

    ErrorBar

    Gets or sets the ErrorBar for series, which provides an option to customize error bar in a series to render error bar.

    Declaration
    [JsonProperty("errorBar")]
    public ErrorBar ErrorBar { get; set; }
    Property Value
    Type Description
    ErrorBar
    Remarks

    Options to customize the error bar in series.

    Explode

    Gets or sets the value of Explode property in series, which explodes the pie or doughnut slices on mouse move over the chart series points.

    Declaration
    [JsonProperty("explode")]
    public bool Explode { get; set; }
    Property Value
    Type Description
    System.Boolean
    Remarks

    Explodes the pie/doughnut slices on mouse move.

    ExplodeAll

    Gets or sets the value of ExplodeAll property in series, which provides an option to explode the data points of pie or doughnut series.

    Declaration
    [JsonProperty("explodeAll")]
    public bool ExplodeAll { get; set; }
    Property Value
    Type Description
    System.Boolean
    Remarks

    Explodes all the slice of pie/doughnut on render.

    ExplodeIndex

    Gets or sets the explode index of pie/doughnut/pyramid/funnel series, which explodes the specified point in a series based on provided index value.

    Declaration
    [JsonProperty("explodeIndex")]
    public int? ExplodeIndex { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>
    Remarks

    Index of the point to be exploded from pie/doughnut/pyramid/funnel.

    ExplodeOffset

    Gets or sets the ExplodeOffset of series, which specifies the distance of pie or doughnut slice from center position when it is exploded.

    Declaration
    [JsonProperty("explodeOffset")]
    public float ExplodeOffset { get; set; }
    Property Value
    Type Description
    System.Single
    Remarks

    Specifies the distance of the slice from the center, when it is exploded.

    Fill

    Gets or sets the fill color, which specifies whether the series has to rendered in specified fill color.

    Declaration
    [JsonProperty("fill")]
    public string Fill { get; set; }
    Property Value
    Type Description
    System.String
    Remarks

    Fill color of the series

    Font

    Gets or sets the Font of the series, which provides an option to customize the family, size, color, opacity and weight of series font.

    Declaration
    [JsonProperty("font")]
    public ChartFont Font { get; set; }
    Property Value
    Type Description
    ChartFont
    Remarks

    Options for customizing the series font.

    FunnelHeight

    Gets or sets the FunnelHeight of funnel type series, which provides an option to customize height of the funnel whose values can be percentage or pixel.

    Declaration
    [JsonProperty("funnelHeight")]
    public string FunnelHeight { get; set; }
    Property Value
    Type Description
    System.String
    Remarks

    Specifies the height of the funnel in funnel series. Values can be in both pixel and percentage.

    FunnelWidth

    Gets or sets the FunnelWidth of funnel type series, which provides an option to customize width of the funnel whose values can be percentage or pixel.

    Declaration
    [JsonProperty("funnelWidth")]
    public string FunnelWidth { get; set; }
    Property Value
    Type Description
    System.String
    Remarks

    Specifies the width of the funnel in funnel series. Values can be in both pixel and percentage.

    GapRatio

    Gets or sets the GapRatio for pyramid/funnel series, which specifies the gap between slices of pyramid or funnel type series.

    Declaration
    [JsonProperty("gapRatio")]
    public float GapRatio { get; set; }
    Property Value
    Type Description
    System.Single
    Remarks

    Gap between the slices of pyramid/funnel series.

    GapWidth

    Gets or sets the GapWidth for pieofpie series, which provides an option to customize the distance between two pie's in pieOfPie series.

    Declaration
    [JsonProperty("gapWidth")]
    public float GapWidth { get; set; }
    Property Value
    Type Description
    System.Single
    Remarks

    Gap between two pie in pieofpie series.

    High

    Gets or sets the High value in series data source, which is the property name in data source that containes high value for series.

    Declaration
    [JsonProperty("high")]
    public string High { get; set; }
    Property Value
    Type Description
    System.String
    Remarks

    Name of the property in the data source that contains high value for the series.

    HighlightSettings

    Gets or sets the HighlightSettings of series, which provides an option to customize appearance of data point or series on highlight.

    Declaration
    [JsonProperty("highlightSettings")]
    public HighlightSettings HighlightSettings { get; set; }
    Property Value
    Type Description
    HighlightSettings
    Remarks

    Options for customizing the appearance of the series or data point while highlighting.

    IsClosed

    Gets or sets the value of IsClosed property in series, which specifies whether to combine start, end point in polar or radar chart.

    Declaration
    [JsonProperty("isClosed")]
    public bool IsClosed { get; set; }
    Property Value
    Type Description
    System.Boolean
    Remarks

    Specifies whether to join start and end point of a line/area series used in polar/radar chart to form a closed path.

    IsStacking

    Gets or sets the value of IsStacking property in series, which specifies whether the column series has to be stacked or not.

    Declaration
    [JsonProperty("isStacking")]
    public bool IsStacking { get; set; }
    Property Value
    Type Description
    System.Boolean
    Remarks

    Specifies whether to stack the column series in polar/radar charts

    IsTransposed

    Gets or sets the value of IsTransposed property in series, which renders cartesian type series in vertical position.

    Declaration
    [JsonProperty("isTransposed")]
    public bool IsTransposed { get; set; }
    Property Value
    Type Description
    System.Boolean
    Remarks

    Renders the chart vertically. This is applicable only for Cartesian type series.

    LabelPosition

    Gets or sets the LabelPosition for accumulation type series, which provides an option to customize position of data labels in accumulation series.

    Declaration
    [JsonConverter(typeof(StringEnumConverter))]
    [JsonProperty("labelPosition")]
    public ChartLabelPosition LabelPosition { get; set; }
    Property Value
    Type Description
    ChartLabelPosition
    Remarks

    Position of the data label in pie/doughnut/pyramid/funnel series. OutsideExtended position is not applicable for pyramid/funnel.

    LineCap

    Gets or sets the LineCap of series, which provides an option to customize the series line cap like butt, round and square.

    Declaration
    [JsonProperty("lineCap")]
    [JsonConverter(typeof(StringEnumConverter))]
    public ChartLineCap LineCap { get; set; }
    Property Value
    Type Description
    ChartLineCap
    Remarks

    Specifies the type of shape to be used where two lines meet.

    LineJoin

    Gets or sets the LineJoin of series, which provides an option to customize series line shapes like round, bevel and milter.

    Declaration
    [JsonConverter(typeof(StringEnumConverter))]
    [JsonProperty("lineJoin")]
    public ChartLineJoin LineJoin { get; set; }
    Property Value
    Type Description
    ChartLineJoin
    Remarks

    Specifies the line join of the series.

    Low

    Gets or sets the Low value in series data source, which is the property name in data source that containes low value for series.

    Declaration
    [JsonProperty("low")]
    public string Low { get; set; }
    Property Value
    Type Description
    System.String
    Remarks

    Name of the property in the data source that contains low value for the series.

    Marker

    Gets or sets the Marker for series, which provides an option to customize the marker of chart series point.

    Declaration
    [JsonProperty("marker")]
    public Marker Marker { get; set; }
    Property Value
    Type Description
    Marker
    Remarks

    Options for displaying and customizing marker for individual point in a series. Marker contains shapes and/or data labels.

    Name

    Gets or sets the Name of the series, which provides an option to customize name of the series that is to be displayed in legend.

    Declaration
    [JsonProperty("name")]
    public string Name { get; set; }
    Property Value
    Type Description
    System.String
    Remarks

    Specifies the name of the series. Legend corresponding to the series will display series name as text.

    Opacity

    Gets or sets the opacity, which specifies opacity in which series has to be rendered, whose values ranges from 0 to 1.

    Declaration
    [JsonProperty("opacity")]
    public double Opacity { get; set; }
    Property Value
    Type Description
    System.Double
    Remarks

    Opacity of the series

    Open

    Gets or sets the Open value in series data source, which is the property name in data source that containes open value for series.

    Declaration
    [JsonProperty("open")]
    public string Open { get; set; }
    Property Value
    Type Description
    System.String
    Remarks

    Name of the property in the data source that contains open value for the series.

    OutlierSettings

    Gets or sets the Outlier of the boxplot series, which provides an option to customize outlier settings of box and whisker series.

    Declaration
    [JsonProperty("outlierSettings")]
    public OutlierSettings OutlierSettings { get; set; }
    Property Value
    Type Description
    OutlierSettings
    Remarks

    Options for customizing the outlier

    PieCoefficient

    Gets or sets the PieCoefficient for pie series, which controls the pie series circle size.

    Declaration
    [JsonProperty("pieCoefficient")]
    public float PieCoefficient { get; set; }
    Property Value
    Type Description
    System.Single
    Remarks

    Controls the size of pie series. Value ranges from 0 to 1.

    PieOfPieCoefficient

    Gets or sets the PieOfPieCoefficient for pieofpie series, which controls the second pie size in pieOfPie series.

    Declaration
    [JsonProperty("pieOfPieCoefficient")]
    public float PieOfPieCoefficient { get; set; }
    Property Value
    Type Description
    System.Single
    Remarks

    Controls the size of pieofpie series. Value ranges from 0 to 1.

    PointColorMappingName

    Gets or sets the PointColorMappingName for series data source, which is the property name in data source that containes fill color for series.

    Declaration
    [JsonProperty("pointColorMappingName")]
    public string PointColorMappingName { get; set; }
    Property Value
    Type Description
    System.String
    Remarks

    Name of the property in the data source that contains color value for the points.

    Points

    Gets or sets the Points in series, which provides an option to add the data points and each point includes x and y value in chart series.

    Declaration
    [JsonProperty("points")]
    public List<Points> Points { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<Points>
    Remarks

    Option to add data points; each point should have x and y property. Also, optionally, you can customize the points color, border, marker by using fill, border and marker options.

    PositiveFill

    Gets or sets the positive fill color of waterfall series, which provides an optiont to customize color of positive column in waterfall chart.

    Declaration
    [JsonProperty("positiveFill")]
    public string PositiveFill { get; set; }
    Property Value
    Type Description
    System.String
    Remarks

    Fill color for the positive column of the waterfall.

    PyramidMode

    Gets or sets the PyramidMode for pyramid series, which provides an option to customize mode like linear or surface of the pyramid series.

    Declaration
    [JsonConverter(typeof(StringEnumConverter))]
    [JsonProperty("pyramidMode")]
    public PyramidMode PyramidMode { get; set; }
    Property Value
    Type Description
    PyramidMode
    Remarks

    Specifies the mode of the pyramid series.

    Query

    Gets or sets the Query for series data source, which specifies query to select the data from the ej.DataManager datasource.

    Declaration
    [JsonProperty("query")]
    [JsonConverter(typeof(QueryConverter))]
    public string Query { get; set; }
    Property Value
    Type Description
    System.String
    Remarks

    Specifies the query to filter data from dataSource. This property is applicable only when the dataSource is from a remote service.

    SelectionSettings

    Gets or sets the SelectionSettings of series, which provides an option to customize appearance of data point or series on selection.

    Declaration
    [JsonProperty("selectionSettings")]
    public SelectionSettings SelectionSettings { get; set; }
    Property Value
    Type Description
    SelectionSettings
    Remarks

    Options for customizing the appearance of the series/data point on selection.

    ShowMedian

    Declaration
    [JsonProperty("showMedian")]
    public bool ShowMedian { get; set; }
    Property Value
    Type Description
    System.Boolean

    Size

    Declaration
    [JsonProperty("size")]
    public string Size { get; set; }
    Property Value
    Type Description
    System.String

    SplineType

    Gets or sets the spline series type, which renders the curves of spline series in different ways.

    Declaration
    [JsonConverter(typeof(StringEnumConverter))]
    [JsonProperty("splineType")]
    public SplineType SplineType { get; set; }
    Property Value
    Type Description
    SplineType
    Remarks

    Specifies the type of splines.

    SplitMode

    Gets or sets the split mode of pieofpie series, which specifies the mode for splitting the pie of pie series data points.

    Declaration
    [JsonProperty("splitMode")]
    [JsonConverter(typeof(StringEnumConverter))]
    public SplitMode SplitMode { get; set; }
    Property Value
    Type Description
    SplitMode
    Remarks

    Specifies the mode of the pieofpie series to render in chart.

    SplitValue

    Gets or sets the SplitValue of pieofpie series, which splits pie into two based on provided split value in pieOfPie series.

    Declaration
    [JsonProperty("splitValue")]
    public string SplitValue { get; set; }
    Property Value
    Type Description
    System.String
    Remarks

    SplitValue fo pieofpie series

    StackingGroup

    Gets or sets the value of StackingGroup property in series, which provides an option to group the stacking collection for stacked type series.

    Declaration
    [JsonProperty("stackingGroup")]
    public string StackingGroup { get; set; }
    Property Value
    Type Description
    System.String
    Remarks

    Stacking series with same group names are stacked. This property is applicable only for stacking series.

    StartAngle

    Gets or sets the start angle of pie/doughnut series, which specifies an angle from where the points of pie or doughnut to be rendered.

    Declaration
    [JsonProperty("startAngle")]
    public double? StartAngle { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Double>
    Remarks

    Start angle from where the pie/doughnut series renders. It starts from 0, by default.

    Tooltip

    Gets or sets the Tooltip of the series, which provides an option to customize tooltip values that to be displayed while hovering the series data points.

    Declaration
    [JsonProperty("tooltip")]
    public NewTooltip Tooltip { get; set; }
    Property Value
    Type Description
    NewTooltip
    Remarks

    Options for customizing the tooltip of chart.

    Trendline

    Gets or sets the Trendline in series, which specifies series trendline that has to be rendered.

    Declaration
    [JsonProperty("trendLine")]
    [HtmlAttributeName("trendLine")]
    public List<Trendlines> Trendline { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<Trendlines>
    Remarks

    Option to specify trendline for series.

    Trendlines

    Gets or sets the Trendlines of the series, which provides an option to render trendline series in chart.

    Declaration
    [JsonProperty("trendlines")]
    public List<Trendlines> Trendlines { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<Trendlines>
    Remarks

    Option to add trendlines to chart.

    Type

    Gets or sets the type of series, which specifies the type of series to be rendered in chart based on provided value.

    Declaration
    [JsonConverter(typeof(StringEnumConverter))]
    [JsonProperty("type")]
    public SeriesType Type { get; set; }
    Property Value
    Type Description
    SeriesType
    Remarks

    Specifies the type of the series to render in chart.

    Visibility

    Gets or sets the Visibility of series, which controls the visibility of series, whether it to be rendered or not.

    Declaration
    [JsonProperty("visibility")]
    public string Visibility { get; set; }
    Property Value
    Type Description
    System.String
    Remarks

    Controls the visibility of the series.

    VisibleOnLegend

    gets or sets the visibility for legend item, which controls the visibility of legend items either to be visible or hidden.

    Declaration
    [JsonConverter(typeof(StringEnumConverter))]
    [JsonProperty("visibleOnLegend")]
    public VisibleOnLegend VisibleOnLegend { get; set; }
    Property Value
    Type Description
    VisibleOnLegend
    Remarks

    series name for legend visibility

    Volume

    Gets or sets the Volume value in series data source, which is the property name in data source that containes volume value for series.

    Declaration
    [JsonProperty("volume")]
    public string Volume { get; set; }
    Property Value
    Type Description
    System.String
    Remarks

    Name of the property in the data source that contains volume value for the series.

    Width

    Gets or sets the width of series, which provides an option to customize the width of line and spline series.

    Declaration
    [JsonProperty("width")]
    public double Width { get; set; }
    Property Value
    Type Description
    System.Double
    Remarks

    Width of the series. This is applicable only for line / spline type series.

    XAxisName

    Gets or sets the XAxisName of the series, which associates the axis with series based on the provided x axis name in series

    Declaration
    [JsonProperty("xAxisName")]
    public string XAxisName { get; set; }
    Property Value
    Type Description
    System.String
    Remarks

    Specifies the name of the x-axis that has to be associated with this series. Add an axis instance with this name to axes collection.

    XName

    Gets or sets the XName in series data source, which is the property name in the datasource that contains x value for the series.

    Declaration
    [JsonProperty("xName")]
    public string XName { get; set; }
    Property Value
    Type Description
    System.String
    Remarks

    Name of the property in the data source that contains x value for the series.

    YAxisName

    Gets or sets the YAxisName of the series, which associates the axis with series based on the provided y axis name in series.

    Declaration
    [JsonProperty("yAxisName")]
    public string YAxisName { get; set; }
    Property Value
    Type Description
    System.String
    Remarks

    Specifies the name of the y-axis that has to be associated with this series. Add an axis instance with this name to axes collection.

    YName

    Gets or sets the YName in series data source, which is the property name in data source that containes y value for series.

    Declaration
    [JsonProperty("yName")]
    public string YName { get; set; }
    Property Value
    Type Description
    System.String
    Remarks

    Name of the property in the data source that contains y value for the series.

    ZOrder

    Gets or sets the ZOrder of series, which specifies order in which each series to be rendered based on provided zOrder value.

    Declaration
    [JsonProperty("zOrder")]
    public int ZOrder { get; set; }
    Property Value
    Type Description
    System.Int32
    Remarks

    Specifies the order for rendering the series. Series with highest ZOrder will appear first and vice versa.

    Methods

    ShouldSerializeBorder()

    Declaration
    public bool ShouldSerializeBorder()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeBubbleOptions()

    Declaration
    public bool ShouldSerializeBubbleOptions()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeConnectorLine()

    Declaration
    public bool ShouldSerializeConnectorLine()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeCornerRadius()

    Declaration
    public bool ShouldSerializeCornerRadius()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeDragSettings()

    Declaration
    public bool ShouldSerializeDragSettings()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeEmptyPointSettings()

    Declaration
    public bool ShouldSerializeEmptyPointSettings()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeErrorBar()

    Declaration
    public bool ShouldSerializeErrorBar()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeFont()

    Declaration
    public bool ShouldSerializeFont()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeHighlightSettings()

    Declaration
    public bool ShouldSerializeHighlightSettings()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeMarker()

    Declaration
    public bool ShouldSerializeMarker()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeOutlierSettings()

    Declaration
    public bool ShouldSerializeOutlierSettings()
    Returns
    Type Description
    System.Boolean

    ShouldSerializePoints()

    Declaration
    public bool ShouldSerializePoints()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeSelectionSettings()

    Declaration
    public bool ShouldSerializeSelectionSettings()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeTooltip()

    Declaration
    public bool ShouldSerializeTooltip()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeTrendlines()

    Declaration
    public bool ShouldSerializeTrendlines()
    Returns
    Type Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved