The ChartGroup type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ChartGroup |
Methods
Name | Description | |
---|---|---|
CoordToDataCoord(Int32, Int32, Double%, Double%) |
Calculates the data coordinates of a point in the PlotArea given chart client coordinates.
|
|
CoordToDataCoord(Int32, Int32, Single%, Single%) |
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(Double, Double, Int32%, Int32%) |
Calculates the client coordinates of a point in the PlotArea given data coordinates.
|
|
DataCoordToCoord(Double, Double, Single%, Single%) |
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.
|
|
Equals | (Inherited from Object.) | |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
|
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
|
GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
|
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
|
ResetOutlineColor |
Resets the outline color to the default value to allow
the PlotArea ForeColor to be used.
|
|
ShouldSerializeBar | ||
ShouldSerializeBubble | ||
ShouldSerializeGantt | ||
ShouldSerializeHiLoData | ||
ShouldSerializeHistogram | ||
ShouldSerializePie | ||
ShouldSerializePolar | ||
ShouldSerializeRadar | ||
ToString | (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
m_chartType |
Properties
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.
|