FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / Chart2DData Class
Properties Methods Events


In This Topic
    Chart2DData Class Members
    In This Topic

    The following tables list the members exposed by Chart2DData.

    Public Properties
     NameDescription
    Public PropertyGets the collection of category groups which provide labels for X-Axis. Empty collection means group all records in one group. (Inherited from C1.Win.FlexReport.Chart.ChartData)
    Public PropertyGets or sets the mode for setting the color of each category and series.

    Available for 2D Bar, Pie, Candle, Gantt, HiLo, HiLoOpenClose, Line, Radar, and Step chart types and 3D Bar chart type.

    (Inherited from C1.Win.FlexReport.Chart.ChartData)
    Public PropertyGets or sets the data hole value. Data holes are used as placeholders for data points that indicate data is normally present but not in this case. (Inherited from C1.Win.FlexReport.Chart.ChartData)
    Public PropertyGets or sets a value indicating whether the data is selected by each record. By default, the data is grouped by CategoryGroups. If this is true, the data is not grouped and the first category group provides labels in X-Axis. (Inherited from C1.Win.FlexReport.Chart.ChartData)
    Public PropertyGets the collection of optional series group for extra levels of data. (Inherited from C1.Win.FlexReport.Chart.ChartData)
    Public PropertyGets the collection of series values which define the template of each series. (Inherited from C1.Win.FlexReport.Chart.ChartData)
    Public PropertyGet or sets the percentage of the full width to be drawn of each series of 3D effect charts. Valid values are from 10 to 100.  
    Public PropertyGets the collection of unbound series.  
    Top
    Protected Methods
     NameDescription
    Protected MethodNotify one property is changed. (Inherited from C1.Win.FlexReport.Chart.ChartObject)
    Top
    Public Events
     NameDescription
    Public EventOccurs when a property value changes. (Inherited from C1.Win.FlexReport.Chart.ChartObject)
    Top
    See Also