Spread WPF 18
GrapeCity.Spreadsheet.Charts Namespace / IChartGroup Interface
Properties

In This Topic
    IChartGroup Interface Members
    In This Topic

    The following tables list the members exposed by IChartGroup.

    Public Properties
     NameDescription
     PropertyGets or sets the group for the specified chart.  
     PropertySpecifies the number of points in each range.  
     PropertySpecifies whether a bin for values above the BinsOverflowValue property is enabled.  
     PropertyIf a BinsOverflowEnabled property is True, specifies the value above which an overflow bin is displayed.  
     PropertySpecifies how the horizontal axis of the histogram chart is formatted, by bins type.  
     PropertySpecifies whether a bin for values below the BinsUnderflowValue property is enabled.  
     PropertyIf a BinsUnderflowEnabled property is True, specifies the value below which an underflow bin is displayed.  
     PropertySpecifies the number of bins in the histogram chart.  
     PropertyGets 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.  
     PropertyGet or sets the size of the hole in a doughnut chart group.  
     PropertyGets a IUpDownBars object that represents the down bars on a line chart.  
     PropertyGets a IDropLines object that represents the drop lines for a series on a line chart or area chart.  
     PropertyGets or sets the angle of the first pie-chart or doughnut-chart slice, in degrees (clockwise from vertical).  
     Property

    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.

     
     PropertyGets an IHiLoLines object that represents the high-low lines for a series on a line chart.  
     PropertySpecifies how bars and columns are positioned. Can be a value between -100 and 100.  
     PropertyReturns a ITickLabels object that represents the radar axis labels for the specified chart group.  
     PropertyGets 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.  
     PropertyGets an object that represents either a single series or a collection of all the series in the chart or chart group.  
     PropertyGets an ISeriesLines object that represents the series lines for a 2D stacked bar, 2D stacked column, Pie of Pie, or Bar of Pie chart.  
     PropertyGets or sets a value indicating whether the line chart or area chart has drop lines.  
     PropertyGets or sets a value indicating whether the line chart has high-low lines.  
     PropertyGets or sets a value indicating whether negative bubbles are shown for the chart group.  
     PropertyGets or sets a value indicating whether the radar chart has axis labels. Applies only to radar charts  
     PropertyGets 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.  
     PropertyGets or sets a value indicating whether the line chart has up and down bars.  
     PropertyGets or sets what the bubble size represents on a bubble chart.  
     PropertyGets or sets the way the two sections of either a Pie of Pie chart or a Bar of Pie chart are split.  
     PropertyGets or sets the threshold value separating the two sections of either a Pie of Pie chart or a Bar of Pie chart.  
     PropertyGets an IUpDownBars object that represents the up bars on a line chart.  
     PropertyGets or sets a value indicating whether Spread assigns a different color or pattern to each data marker. The chart must contain only one series.  
    Top
    See Also