SpreadsheetGear 2023
IChartGroup Interface Properties

SpreadsheetGear.Charts Namespace : IChartGroup Interface

For a list of all members of this type, see IChartGroup members.

Public Properties
 NameDescription
 PropertyReturns the axis group that this chart group belongs to.  
 PropertyGets or sets the percentage of the default bubble size to use for the size of bubbles on a bubble chart.  
 PropertyReturns an instance of IChart which represents the parent chart of this chart group.  
 PropertyGets or sets the percentage of the chart size to use for the size of the hole in a doughnut chart.  
 PropertyReturns an instance of IDownBars which represents the down bars on a line chart, or null if HasUpDownBars is false.  
 PropertyReturns an instance of IDropLines which represents the drop lines on a line or area chart, or null if HasDropLines is false.  
 PropertyGets or sets the angle, in degrees, of the first slice in a pie or doughnut chart.  
 PropertyGets or sets the distance between bars in a clustered bar chart as a percentage of the bar width, or the distance between each plotted section in a pie of pie chart.  
 PropertyGets or sets the property which specifies whether a surface chart has 3D shading.  
 PropertyGets or sets the property which specifies whether a line or area chart has drop lines.  
 PropertyGets or sets the property which specifies whether a line chart has high-low lines.  
 PropertyGets or sets the property which specifies whether a radar chart has axis labels.  
 PropertyGets or sets the property which specifies whether a stacked bar or pie of pie chart has series lines.  
 PropertyGets or sets the property which specifies whether a line chart has up and down bars.  
 PropertyReturns an instance of IHiLoLines which represents the high-low lines on a line chart, or null if HasHiLoLines is false.  
 PropertyReturns the zero based index of this chart group.  
 PropertyGets or sets the overlap or space between bars within a category as a percentage of the bar width.".  
 PropertyReturns an instance of ITickLabels which represents the category axis labels on a radar chart.  
 PropertyGets or sets the size of the second plot as a percentage of the size of the first plot on a pie of pie chart.  
 PropertyReturns an instance of ISeriesCollection which represents all of the series of this chart group.  
 PropertyReturns an instance of ISeriesLines which represents the series lines on a stacked bar or pie of pie chart, or null if HasSeriesLines is false.  
 PropertyGets or sets the property which specifies whether bubbles with negative values are shown on a bubble chart.  
 PropertyGets or sets the property which specifies what the size values represent on a bubble chart.  
 PropertyGets or sets the property which specifies how values are split on a pie of pie chart.  
 PropertyGets or set the property which specifies the separation value on a pie of pie chart.  
 PropertyReturns an instance of IUpBars which represents the up bars on a line chart, or null if HasUpDownBars is false.  
 PropertyGets or sets the property which specifies whether colors are varied for each data point of the first series in a chart containing only one series.  
Top
See Also

Reference

IChartGroup Interface
SpreadsheetGear.Charts Namespace
IChartGroups Interface