2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / ChartData Class
Properties Methods Events

In This Topic
    ChartData Class Members
    In This Topic

    The following tables list the members exposed by ChartData.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the FunctionsCollection object associated with the current ChartData object.  
    Public PropertyGets the DataHighlight object which controls data highlighting.  
    Public PropertyGets or sets the data hole value.  
    Public PropertyGets the specified ChartDataSeries by numeric index.  
    Public PropertyGets the maximum X value of all series.  
    Public PropertyGets the maximum Y value of all series.  
    Public PropertyGets the minimum X value of all series.  
    Public PropertyGets the minimum Y value of all series.  
    Public PropertyGets the PointStylesCollection object associated with the current ChartData object.  
    Public PropertyGets the ChartDataSeriesCollection object associated with the current ChartData object.  
    Public PropertyGet or sets the percentage of the full width to be drawn of each series of 3D effect charts. Applies to 3D Area and 3D Line or Ribbon charts. The value is limited from 10 to 100.  
    Public PropertyGets the TrendLinesCollection object associated with the current ChartData object.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Returns true whenever the value passed will be interpreted as a data hole.  
    Public MethodLoads the contents of the current ChartData object from the specified file in XML format, including point data, holes and line and symbol style data.  
    Public MethodSaves the contents of the current ChartData object to the specified file in XML format, including point data, holes and line and symbol style data.  
    Public MethodSets the data hole value, performing appropriate conversions from the passed object to the internal double storage value.  
    Top
    Public Events
     NameDescription
    Public EventCalled whenever an element of the data has changed.  
    Top
    See Also