The ChartGroup type exposes the following members.

Constructors

  Name Description
Public method ChartGroup

Methods

  Name Description
Public method CoordToDataCoord(Int32, Int32, Double%, Double%)
Calculates the data coordinates of a point in the PlotArea given chart client coordinates.
Public method CoordToDataCoord(Int32, Int32, Single%, Single%)
Calculates the data coordinates of a point in the PlotArea given chart client coordinates.
Public method CoordToDataIndex
Returns series and point indices and distance to the closest data point in the group given client coordinates.
Public method CoordToPointIndex
Returns point index and distance to the closest data element of specified series in the group given client coordinates.
Public method CoordToSeriesIndex
Returns series index and distance to the closest data element in the group given client coordinates.
Public method DataCoordToCoord(Double, Double, Int32%, Int32%)
Calculates the client coordinates of a point in the PlotArea given data coordinates.
Public method DataCoordToCoord(Double, Double, Single%, Single%)
Calculates the client coordinates of a point in the PlotArea given data coordinates.
Public method DataIndexToCoord
Returns the client coordinates of the specified data point.
Public method DataIndexToRect
Returns the minimal Rectangle circumscribing the specified point.
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method 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.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method ResetOutlineColor
Resets the outline color to the default value to allow the PlotArea ForeColor to be used.
Public method ShouldSerializeBar
Public method ShouldSerializeBubble
Public method ShouldSerializeGantt
Public method ShouldSerializeHiLoData
Public method ShouldSerializeHistogram
Public method ShouldSerializePie
Public method ShouldSerializePolar
Public method ShouldSerializeRadar
Public method ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Fields

  Name Description
Protected field m_chartType

Properties

  Name Description
Public property Bar
Gets or sets the Bar object.
Public property Bubble
Gets or sets the Bubble object.
Public property ChartData
Gets the ChartData object.
Public property ChartType
Gets or sets the type of chart to display.
Public property DrawingOrder
Gets or sets the drawing order of a ChartGroup.
Public property Gantt
Gets or sets the Gantt object.
Public property HiLoData
Gets or sets the HiLoData object.
Public property Histogram
Get or sets the Histogram object.
Public property Is100Percent
Gets or sets whether the stacked chart is 100% chart. Applies only for bar and area charts.
Public property LegendReversed
Determines the order in which the series entries of each ChartGroup appear in the legend.
Public property Name
Gets or sets the name of the ChartGroup.
Public property OutlineColor
Gets or sets a color override when figure outlines are drawn. By default, outlines are drawn in the PlotArea ForeColor.
Public property Pie
Gets or sets the Pie object.
Public property Polar
Gets or sets the Polar object.
Public property Radar
Gets or sets the Radar object.
Public property ShowOutline
Gets or sets whether figures drawn should be outlined in the PlotArea ForeColor.
Public property Stacked
Gets or sets whether the chart should stack the data (for appropriate chart types).
Public property Use3D
Gets or sets whether 3D effects are used for charting the data in the ChartGroup.
Public property Visible
Gets or sets whether ChartGroup is visible.

See Also