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


In This Topic
    Chart2DGroup Class Members
    In This Topic

    The following tables list the members exposed by Chart2DGroup.

    Public Properties
     NameDescription
    Public PropertyGets or sets the data type for AxisX.  
    Public PropertyGets the ChartBar object containing properties specific to Bar charts.  
    Public PropertyGets the ChartBubble object containing properties specific to Bubble charts.  
    Public PropertyGets the Chart2DData object containing the numerical series to be charted and display information for each series.  
    Public PropertyGets or sets the type of chart to display.  
    Public PropertyGets the ChartGantt object containing properties specific to Gantt charts.  
    Public PropertyGets the ChartHiLo object containing properties specific to Hi-Lo chart types, including Hi-Lo, Hi-Lo-Open-Close and Candle charts.  
    Public PropertyGets the ChartHistogram object containing properties specific to Histogram charts.  
    Public PropertyGets or sets a value indicating whether the stacked chart is 100% chart. Applies only to line, bar and area charts.  
    Public PropertyGets or sets a value indicating whether the order in which the series entries of each Chart2DGroup appear in the legend is reversed.

    The series of each Chart2DGroup normally appear in index order in the legend. If this property is true, the series entries appear in reversed order.

     
    Public PropertyGets or sets the color used to draw figure outlines. Such figures include Bars, Pies, Areas, etc.

    By default, outlines are drawn in the PlotArea ForeColor. Set this to Transparent color to use the default Chart2DPlotArea ForeColor.

     
    Public PropertyGets the ChartPie object containing properties specific to Pie charts.  
    Public PropertyGets the ChartPolar object containing properties specific to Polar charts.  
    Public PropertyGets the ChartRadar object containing properties specific to Radar charts.  
    Public PropertyGets or sets a value indicating whether figures drawn should be outlined in the Chart2DPlotArea ForeColor. Such figures include Bars, Pies, Areas, etc.  
    Public PropertyGets or sets a value indicating whether the chart should stack the data (for appropriate chart types).  
    Public PropertyGets or sets a value indicating whether 3D effects are used for charting the data in the Chart2DGroup.  
    Public PropertyGets or sets a value indicating whether the Chart2DGroup is visible.  
    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