ASP.NET Core

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartSeries - ASP.NETCore API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ChartSeries

    Represents the list of data points for one series.

    Inheritance
    System.Object
    ChartSeries
    Inherited Members
    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.RDL.DOM
    Assembly: Syncfusion.EJ.ReportViewer.dll
    Syntax
    public class ChartSeries

    Constructors

    ChartSeries()

    Declaration
    public ChartSeries()

    ChartSeries(ReportSerializer)

    Declaration
    public ChartSeries(ReportSerializer serializer)
    Parameters
    Type Name Description
    ReportSerializer serializer

    Properties

    CategoryAxisName

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

    ChartAreaName

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

    ChartDataLabel

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

    ChartDataPoints

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

    ChartEmptyPoints

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

    ChartItemInLegend

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

    ChartMarker

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

    ChartSmartLabel

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

    CustomProperties

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

    Hidden

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

    LegendName

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

    Name

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

    Style

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

    Subtype

    Declaration
    public VisualizationSubType Subtype { get; set; }
    Property Value
    Type Description
    VisualizationSubType

    Type

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

    ValueAxisName

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

    Methods

    ResetChartEmptyPoints()

    Declaration
    public void ResetChartEmptyPoints()

    ResetCustomProperties()

    Declaration
    public void ResetCustomProperties()

    ResetSubtype()

    Declaration
    public void ResetSubtype()

    ResetType()

    Declaration
    public void ResetType()

    ShouldSerializeChartEmptyPoints()

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

    ShouldSerializeCustomProperties()

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

    ShouldSerializeSubtype()

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

    ShouldSerializeType()

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