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

In This Topic
    ChartGroup Class Members
    In This Topic

    The following tables list the members exposed by ChartGroup.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the Bar object.  
    Public PropertyGets or sets the Bubble object.  
    Public PropertyGets the ChartData object.  
    Public PropertyGets or sets the type of chart to display.  
    Public PropertyGets or sets the drawing order of a ChartGroup.  
    Public PropertyGets or sets the Gantt object.  
    Public PropertyGets or sets the HiLoData object.  
    Public PropertyGet or sets the Histogram object.  
    Public PropertyGets or sets whether the stacked chart is 100% chart. Applies only for bar and area charts.  
    Public PropertyDetermines the order in which the series entries of each ChartGroup appear in the legend.  
    Public PropertyGets or sets the name of the ChartGroup.  
    Public PropertyGets or sets a color override when figure outlines are drawn. By default, outlines are drawn in the PlotArea ForeColor.  
    Public PropertyGets or sets the Pie object.  
    Public PropertyGets or sets the Polar object.  
    Public PropertyGets or sets the Radar object.  
    Public PropertyGets or sets whether figures drawn should be outlined in the PlotArea ForeColor.  
    Public PropertyGets or sets whether the chart should stack the data (for appropriate chart types).  
    Public PropertyGets or sets whether 3D effects are used for charting the data in the ChartGroup.  
    Public PropertyGets or sets whether ChartGroup is visible.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Calculates the data coordinates of a point in the PlotArea given chart client coordinates.  
    Public MethodReturns series and point indices and distance to the closest data point in the group given client coordinates.  
    Public MethodReturns point index and distance to the closest data element of specified series in the group given client coordinates.  
    Public MethodReturns series index and distance to the closest data element in the group given client coordinates.  
    Public MethodOverloaded. Calculates the client coordinates of a point in the PlotArea given data coordinates.  
    Public MethodReturns the client coordinates of the specified data point.  
    Public MethodReturns the minimal Rectangle circumscribing the specified point.  
    Public MethodResets the outline color to the default value to allow the PlotArea ForeColor to be used.  
    Top
    See Also