IChartSeriesGroup class

IChartSeriesGroup class

Represents group of series.

The IChartSeriesGroup type exposes the following members:

Properties

PropertyDescription
typeReturns a type of this series group.
Read-only CombinableSeriesTypesGroup.
plot_on_second_axisIndicates if series of this group is plotted on secondary axis.
Read-only bool.
seriesReturns a readonly collection of chart series.
Read-only IChartSeriesReadonlyCollection.
up_down_barsProvede access to up/down bars of Line- or Stock-chart.
Read-only IUpDownBarsManager.
gap_widthSpecifies the space between bar or column clusters, as a percentage of the bar or column width.
Read/write int.
gap_depthReturns or sets the distance, as a percentage of the marker width, between the data series in a 3D chart.
Read/write int.
first_slice_angleGets or sets the angle of the first pie or doughnut chart slice,
in degrees (clockwise from up, from 0 to 360 degrees).
Read/write int.
is_color_variedSpecifies that each data marker in the series has a different color.
Read/write bool.
has_series_linesTrue if chart has series lines. Applied to stacked bar and OfPie charts.
Read/write bool.
overlapSpecifies how much bars and columns shall overlap on 2-D charts (from -100 to 100).
Read/write int.
second_pie_sizeSpecifies the size of the second pie or bar of a pie-of-pie chart or
a bar-of-pie chart, as a percentage of the size of the first pie (can
be between 5 and 200 percents).
Read/write int.
pie_split_positionSpecifies a value that shall be used to determine which data points
are in the second pie or bar on a pie-of-pie or bar-of-pie chart.
Is used together with PieSplitBy property.
Read/write float.
pie_split_bySpecifies how to determine which data points are in the second pie or bar
on a pie-of-pie or bar-of-pie chart.
Read/write PieSplitType.
pie_split_custom_pointsThe custom split information for a pie-of-pie or bar-of-pie chart with a custom split.
Contains data points that shall be drawn in the second pie or bar in a pie-of-pie or
bar-of-pie chart.
Read-only IPieSplitCustomPointCollection.
doughnut_hole_sizeSpecifies the size of the hole in a doughnut chart (can be between 10 and 90 percents
of the size of the plot area.).
Read/write int.
bubble_size_scaleSpecifies the scale factor for the bubble chart (can be
between 0 and 300 percents of the default size).
Read/write int.
hi_low_lines_formatSpecifies HiLowLines format.
HiLowLines applied with HiLowClose, OpenHiLowClose, VolumeHiLowClose and VolumeOpenHiLowClose chart types.
bubble_size_representationSpecifies how the bubble size values are represented on the bubble chart.
Read/write BubbleSizeRepresentationType.
chart
slide
presentation

Gets the element at the specified index.

Indexer

NameDescription
[index]

Remarks

  1. See summary and remarks for ChartSeriesGroupCollection class and CombinableSeriesTypesGroup enum. 2) Group of series contains some series properies whitch is common for each series in group (“series group properties”). “Series group properties” in ChartSeriesGroup class is read/write. Each of “series group properties” can have a read-only projection in ChartSeries class.

See Also