Represents a collection of ChartSeriesGroup objects in Java....more, visit the Working with Charts documentation article. Examples:...with the secondary axis of chart. Document doc = new Document();...
ChartSeriesGroupCollection.remove_at method. Removes a series group at the specified index...series will be removed from the chart. def remove_at ( self , index...( file_name = MY_DIR + 'Combochart.docx' ) shape = doc . get_child...
Effortlessly remove a series group with the ChartSeriesGroupCollection RemoveAt method. Simplify your Chart management by eliminating unwanted data....series will be removed from the chart. public void RemoveAt ( int...new Document ( MyDir + "Combochart.docx" ); Shape shape = (...
ChartSeriesGroupCollection.count property. Returns the number of series groups in this collection.... myDir + "Combochart.docx" ); let shape = doc...); let chart = shape . chart ; let seriesGroups = chart . seriesGroups...
ChartSeriesGroupCollection.count property. Returns the number of series groups in this collection....( file_name = MY_DIR + 'Combochart.docx' ) shape = doc . get_child...as_shape () chart = shape . chart series_groups = chart . series_groups...