[]
        
(Showing Draft Content)

C1.Win.C1Chart.ChartGroup

ChartGroup Class

Defines the chart types associated with the ChartGroup.

Inheritance
ChartGroup
Namespace: C1.Win.C1Chart
Assembly: C1.Win.C1Chart.4.8.dll
Syntax
[TypeConverter(typeof(cj))]
public class ChartGroup

Constructors

Name Description
ChartGroup(ChartGroups, string)

Creates a new instance of ChartGroup class.

Fields

Name Description
m_chartType

The chart type.

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.

Methods

Name Description
CoordToDataCoord(int, int, ref double, ref double)

Calculates the data coordinates of a point in the PlotArea given chart client coordinates.

CoordToDataCoord(int, int, ref float, ref float)

Calculates the data coordinates of a point in the PlotArea given chart client coordinates.

CoordToDataIndex(int, int, CoordinateFocusEnum, ref int, ref int, ref int)

Returns series and point indices and distance to the closest data point in the group given client coordinates.

CoordToPointIndex(int, int, PlotElementEnum, int, ref int, ref int)

Returns point index and distance to the closest data element of specified series in the group given client coordinates.

CoordToSeriesIndex(int, int, PlotElementEnum, ref int, ref int)

Returns series index and distance to the closest data element in the group given client coordinates.

DataCoordToCoord(double, double, ref int, ref int)

Calculates the client coordinates of a point in the PlotArea given data coordinates.

DataCoordToCoord(double, double, ref float, ref float)

Calculates the client coordinates of a point in the PlotArea given data coordinates.

DataIndexToCoord(int, int, ref int, ref int)

Returns the client coordinates of the specified data point.

DataIndexToRect(int, int)

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.