menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartSeriesModel.SeriesEntity - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ChartSeriesModel.SeriesEntity

    Represents the data item of IChartSeriesModel.

    Inheritance
    System.Object
    ChartSeriesModel.SeriesEntity
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Forms.Chart
    Assembly: Syncfusion.Chart.Base.dll
    Syntax
    protected class SeriesEntity

    Constructors

    SeriesEntity(Double, Double)

    Declaration
    public SeriesEntity(double x, double y)
    Parameters
    Type Name Description
    System.Double x
    System.Double y

    SeriesEntity(Double, Double, String)

    Declaration
    public SeriesEntity(double x, double y, string category)
    Parameters
    Type Name Description
    System.Double x
    System.Double y
    System.String category

    SeriesEntity(Double, Double[])

    Declaration
    public SeriesEntity(double x, double[] yValues)
    Parameters
    Type Name Description
    System.Double x
    System.Double[] yValues

    SeriesEntity(Double, Double[], Boolean)

    Declaration
    public SeriesEntity(double x, double[] yValues, bool isEmpty)
    Parameters
    Type Name Description
    System.Double x
    System.Double[] yValues
    System.Boolean isEmpty

    SeriesEntity(Double, Double[], Boolean, String)

    Declaration
    public SeriesEntity(double x, double[] yValues, bool isEmpty, string category)
    Parameters
    Type Name Description
    System.Double x
    System.Double[] yValues
    System.Boolean isEmpty
    System.String category

    SeriesEntity(Double, Double[], String)

    Declaration
    public SeriesEntity(double x, double[] yValues, string category)
    Parameters
    Type Name Description
    System.Double x
    System.Double[] yValues
    System.String category

    SeriesEntity(String)

    Declaration
    public SeriesEntity(string category)
    Parameters
    Type Name Description
    System.String category

    Properties

    Category

    Gets or sets the Category values.

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

    The Category.

    IsEmpty

    Gets or sets a value indicating whether this instance is empty.

    Declaration
    public bool IsEmpty { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if this instance is empty; otherwise, false.

    X

    Gets or sets the X value.

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

    The X.

    Y

    Gets or sets the Y values.

    Declaration
    public double[] Y { get; set; }
    Property Value
    Type Description
    System.Double[]

    The Y.

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