[]
Gets a collection of one or more series plotted in a chart with the same format.
public interface IChartGroup
Public Interface IChartGroup
Name | Description |
---|---|
AxisGroup | Gets or sets the group for the specified chart. |
BinWidthValue | Specifies the number of bins in the histogram chart. |
BinsCountValue | Specifies the number of points in each range. |
BinsOverflowEnabled | Specifies whether a bin for values above the BinsOverflowValue property is enabled. |
BinsOverflowValue | If a BinsOverflowEnabled property is True, specifies the value above which an overflow bin is displayed. |
BinsType | Specifies how the horizontal axis of the histogram chart is formatted, by bins type. |
BinsUnderflowEnabled | Specifies whether a bin for values below the BinsUnderflowValue property is enabled. |
BinsUnderflowValue | If a BinsUnderflowEnabled property is True, specifies the value below which an underflow bin is displayed. |
BubbleScale | Gets or sets the scale factor for bubbles in the specified chart group. Can be an integer value from 0 (zero) to 300, corresponding to a percentage of the default size. |
DoughnutHoleSize | Get or sets the size of the hole in a doughnut chart group. |
DownBars | Gets a IUpDownBars object that represents the down bars on a line chart. |
DropLines | Gets a IDropLines object that represents the drop lines for a series on a line chart or area chart. |
FirstSliceAngle | Gets or sets the angle of the first pie-chart or doughnut-chart slice, in degrees (clockwise from vertical). |
GapWidth | Bar and Column charts: Gets or sets the space between bar or column clusters, as a percentage of the bar or column width. Pie of Pie and Bar of Pie charts: Gets or sets the space between the primary and secondary sections of the chart. |
HiLoLines | Gets an IHiLoLines object that represents the high-low lines for a series on a line chart. |
Overlap | Specifies how bars and columns are positioned. Can be a value between -100 and 100. |
RadarAxisLabels | Returns a ITickLabels object that represents the radar axis labels for the specified chart group. |
SecondPlotSize | Gets or sets the size of the secondary section of either a Pie of Pie chart or a Bar of Pie chart, as a percentage of the size of the primary pie. Can be a value from 5 to 200. |
Series | Gets an object that represents either a single series or a collection of all the series in the chart or chart group. |
SeriesLines | Gets an ISeriesLines object that represents the series lines for a 2D stacked bar, 2D stacked column, Pie of Pie, or Bar of Pie chart. |
ShowDropLines | Gets or sets a value indicating whether the line chart or area chart has drop lines. |
ShowHiLoLines | Gets or sets a value indicating whether the line chart has high-low lines. |
ShowNegativeBubbles | Gets or sets a value indicating whether negative bubbles are shown for the chart group. |
ShowRadarAxisLabels | Gets or sets a value indicating whether the radar chart has axis labels.
|
ShowSeriesLines | Gets or sets a value indicating whether the stacked column chart or bar chart has series lines, or if a Pie of Pie chart or Bar of Pie chart has connector lines between the two sections. |
ShowUpDownBars | Gets or sets a value indicating whether the line chart has up and down bars. |
SizeRepresents | Gets or sets what the bubble size represents on a bubble chart. |
SplitType | Gets or sets the way the two sections of either a Pie of Pie chart or a Bar of Pie chart are split. |
SplitValue | Gets or sets the threshold value separating the two sections of either a Pie of Pie chart or a Bar of Pie chart. |
UpBars | Gets an IUpDownBars object that represents the up bars on a line chart. |
VaryByCategories | Gets or sets a value indicating whether Spread assigns a different color or pattern to each data marker. The chart must contain only one series. |