Skip to main content
All docs
V26.1
  • ChartNumericData Class

    Stores numeric chart data values.

    Namespace: DevExpress.Docs.Office

    Assembly: DevExpress.Docs.Core.v26.1.dll

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public class ChartNumericData :
        IChartValueData,
        IChartArgumentData

    The following members return ChartNumericData objects:

    Remarks

    For additional information on how to load data to a chart, refer to the following help topic: Load Data to Charts with DevExpress Presentation API.

    Inheritance

    Object
    ChartNumericData
    See Also