Name | Description | |
---|---|---|
ChartGroup Constructor | Creates a new instance of ChartGroup class. |
The following tables list the members exposed by ChartGroup.
Name | Description | |
---|---|---|
ChartGroup Constructor | Creates a new instance of ChartGroup class. |
Name | Description | |
---|---|---|
Bar | Gets or sets the Bar object. | |
Bubble | Gets or sets the Bubble object. | |
ChartData | Gets the ChartData object. | |
ChartType | Gets or sets the type of chart to display. | |
DrawingOrder | Gets or sets the drawing order of a ChartGroup. | |
Gantt | Gets or sets the Gantt object. | |
HiLoData | Gets or sets the HiLoData object. | |
Histogram | Get or sets the Histogram object. | |
Is100Percent | Gets or sets whether the stacked chart is 100% chart. Applies only for bar and area charts. | |
LegendReversed | Determines the order in which the series entries of each ChartGroup appear in the legend. | |
Name | Gets or sets the name of the ChartGroup. | |
OutlineColor | Gets or sets a color override when figure outlines are drawn. By default, outlines are drawn in the PlotArea ForeColor. | |
Pie | Gets or sets the Pie object. | |
Polar | Gets or sets the Polar object. | |
Radar | Gets or sets the Radar object. | |
ShowOutline | Gets or sets whether figures drawn should be outlined in the PlotArea ForeColor. | |
Stacked | Gets or sets whether the chart should stack the data (for appropriate chart types). | |
Use3D | Gets or sets whether 3D effects are used for charting the data in the ChartGroup. | |
Visible | Gets or sets whether ChartGroup is visible. |
Name | Description | |
---|---|---|
CoordToDataCoord | Overloaded. Calculates the data coordinates of a point in the PlotArea given chart client coordinates. | |
CoordToDataIndex | Returns series and point indices and distance to the closest data point in the group given client coordinates. | |
CoordToPointIndex | Returns point index and distance to the closest data element of specified series in the group given client coordinates. | |
CoordToSeriesIndex | Returns series index and distance to the closest data element in the group given client coordinates. | |
DataCoordToCoord | Overloaded. Calculates the client coordinates of a point in the PlotArea given data coordinates. | |
DataIndexToCoord | Returns the client coordinates of the specified data point. | |
DataIndexToRect | Returns the minimal Rectangle circumscribing the specified point. | |
ResetOutlineColor | Resets the outline color to the default value to allow the PlotArea ForeColor to be used. |