SeriesCollection Class

SeriesCollection class

Encapsulates a collection of objects.


type SeriesCollection struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetGets the element at the specified index.
GetSeriesByOrderGets the element by order.
RemoveAtRemove at a series at the specific index.
GetCategoryDataGets or sets the range of category Axis values.It can be a range of cells (such as, “d1:e10”),or a sequence of values (such as,"{2,6,8,10}").
SetCategoryDataGets or sets the range of category Axis values.It can be a range of cells (such as, “d1:e10”),or a sequence of values (such as,"{2,6,8,10}").
GetSecondCategoryDataGets or sets the range of second category Axis values.It can be a range of cells (such as, “d1:e10”),or a sequence of values (such as,"{2,6,8,10}").Only effects when some ASerieses plot on the second axis.
SetSecondCategoryDataGets or sets the range of second category Axis values.It can be a range of cells (such as, “d1:e10”),or a sequence of values (such as,"{2,6,8,10}").Only effects when some ASerieses plot on the second axis.
SwapSeriesDirectly changes the orders of the two series.
SetSeriesNamesSets the name of all the serieses in the chart.
AddR1C1Adds the collection to a chart.
Add_String_BoolAdds the collection to a chart.
Add_String_Bool_BoolAdds the collection to a chart.
IsColorVariedRepresents if the color of points is varied.
SetIsColorVariedRepresents if the color of points is varied.
ClearClears the collection
GetCount