2D Chart for WinForms | ComponentOne
Chart Fundamentals / Defining the ChartGroups Objects / ChartData Object
In This Topic
    ChartData Object
    In This Topic

    The ChartData objects have the following main properties:


    Property

    Description

    FunctionsList

    The FunctionsList property gets the FunctionsCollection object associated with the current ChartData object. For more information on the FunctionsList property see Defining the ChartData Object.

    Hole

    Gets or sets the data hole value. For more information see Specifying Data Holes.

    PointStylesList

    Gets the PointStylesCollection object associated with the current ChartData object. For more information on point styles, see Working with PointStyles.

    SeriesList

    Gets the ChartDataSeriesCollection object associated with the current ChartData object. The next topic, ChartDataSeries Object, provides more detail on the ChartData.SeriesList property.

    TrendsList

    Gets the TrendLinesCollection object associated with the current ChartData object. For more information on trend lines, see Working with TrendLines.

    See Also