Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel.drawing Package / IChartGroup Interface

In This Topic
    IChartGroup Interface Methods
    In This Topic

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

    Public Methods
     NameDescription
     MethodReturns the group for the specified chart group or series.  
     MethodGets the number of bins in the histogram chart.  
     MethodGets whether a bin for values above the BinsOverflowValue property is enabled.  
     MethodGets the value above which an overflow bin is displayed. It only works if the BinsOverflowEnabled property is True.  
     MethodGets how the horizontal axis of the histogram chart is formatted.  
     MethodGets whether a bin for values below the BinsUnderflowValue property is enabled.  
     MethodGets the value below which an underflow bin is displayed. It only works if the BinsUnderflowEnabled property is True.  
     MethodGets the number of points in each range.  
     MethodGets 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. Applies only to bubble charts.  
     MethodGets the size of the hole in a doughnut chart group. The hole size is expressed as a percentage of the chart size, between 10 and 90 percent.  
     MethodReturns the IChartBars object that represents the down bars on a linechart. Applies only to line charts.  
     MethodReturns the IChartLines object that represents the drop lines for aseries on a line chart or area chart. Applies only to line charts or area charts.  
     MethodGets the angle of the first pie-chart or doughnut-chart slice in degrees (clockwise from vertical). Applies only to pie, 3-D pie, and doughnut charts.  
     MethodGets the gap width. 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.  
     MethodGets whether the chart has drop lines (True if the line chart or area chart has drop lines). Applies only to line and area charts.  
     MethodGets whether the line chart has high-low lines (True if the line chart has high-low lines). Applies only to line charts.  
     MethodGets whether the chart has series lines (True if a 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). Applies only to stacked column charts, bar charts, Pie of Pie charts, or Bar of Pie charts.  
     MethodGets whether the line chart has up and down bars (True if a line chart has up and down bars). Applies only to line charts.  
     MethodReturns a Microsoft.Office.Interop.Excel.HiLoLines object that represents the high-low lines for a series on a line chart. Applies only to line charts.  
     MethodGets how bars and columns are positioned. Can be a value between ¨C100 and 100. Applies only to 2-D bar and 2-D column charts.  
     MethodReturns the parent object for the specified object.  
     MethodGets 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.  
     MethodReturns an object that represents a collection of all the series (a ISeries collection) in the chart or chart group.  
     MethodReturns the IChartLines object that represents the series lines for astacked bar chart or a stacked column chart. Applies only to stacked bar and stacked column charts.  
     MethodGets whether to show negative bubbles (True if negative bubbles are shown for the chart group). Valid only for bubble charts.  
     MethodSets what the bubble size represents on a bubble chart. Can be either of the following SizeRepresents constants: SizeIsArea or SizeIsWidth.  
     MethodGets the way the two sections of either a Pie of Pie chart or a Bar of Pie chart are split.  
     MethodGets the threshold value separating the two sections of either a Pie of Pie chart or a Bar of Pie chart.  
     MethodReturns an IChartBars object that represents the up bars on a linechart. Applies only to line charts.  
     MethodGets whether to use a different color or pattern for each data marker (True if Microsoft Excel assigns a different color or pattern to each data marker). The chart must contain only one series.  
     MethodSets the group for the specified chart group or series.  
     MethodSets the number of bins in the histogram chart.  
     MethodSets whether a bin for values above the BinsOverflowValue property is enabled.  
     MethodSets the value above which an overflow bin is displayed. It only works if the BinsOverflowEnabled property is True.  
     MethodSets how the horizontal axis of the histogram chart is formatted.  
     MethodSets whether a bin for values below the BinsUnderflowValue property is enabled.  
     MethodSets the value below which an underflow bin is displayed. It only works if the BinsUnderflowEnabled property is True.  
     MethodSets the number of points in each range.  
     MethodSets 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. Applies only to bubble charts.  
     MethodSets the size of the hole in a doughnut chart group. The hole size is expressed as a percentage of the chart size, between 10 and 90 percent.  
     MethodSets the angle of the first pie-chart or doughnut-chart slice in degrees (clockwise from vertical). Applies only to pie, 3-D pie, and doughnut charts.  
     MethodSets the gap width. 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.  
     MethodSets whether the chart has drop lines (True if the line chart or area chart has drop lines). Applies only to line and area charts.  
     MethodSets whether the line chart has high-low lines (True if the line chart has high-low lines). Applies only to line charts.  
     MethodSets whether the chart has series lines (True if a 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). Applies only to stacked column charts, bar charts, Pie of Pie charts, or Bar of Pie charts.  
     MethodSets whether the line chart has up and down bars (True if a line chart has up and down bars). Applies only to line charts.  
     MethodSets how bars and columns are positioned. Can be a value between ¨C100 and 100. Applies only to 2-D bar and 2-D column charts.  
     MethodSets 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.  
     MethodSets whether to show negative bubbles (True if negative bubbles are shown for the chart group). Valid only for bubble charts.  
     MethodGets what the bubble size represents on a bubble chart. Can be either of the following SizeRepresents constants: SizeIsArea or SizeIsWidth.  
     MethodSets the way the two sections of either a Pie of Pie chart or a Bar of Pie chart are split.  
     MethodSets the threshold value separating the two sections of either a Pie of Pie chart or a Bar of Pie chart.  
     MethodSets whether to use a different color or pattern for each data marker (True if Microsoft Excel assigns a different color or pattern to each data marker). The chart must contain only one series.  
    Top
    See Also