SeriesCollection Class
Contents
[
Hide
]SeriesCollection class
Encapsulates a collection of
type SeriesCollection struct {
ptr unsafe.Pointer
}
Constructors
Method | Description |
---|
Methods
Method | Description |
---|---|
IsNull | Checks whether the implementation object is nullptr. |
Get | Gets the |
GetSeriesByOrder | Gets the |
RemoveAt | Remove at a series at the specific index. |
GetCategoryData | Gets 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}"). |
SetCategoryData | Gets 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}"). |
GetSecondCategoryData | Gets 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. |
SetSecondCategoryData | Gets 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. |
SwapSeries | Directly changes the orders of the two series. |
SetSeriesNames | Sets the name of all the serieses in the chart. |
AddR1C1 | Adds the |
Add_String_Bool | Adds the |
Add_String_Bool_Bool | Adds the |
IsColorVaried | Represents if the color of points is varied. |
SetIsColorVaried | Represents if the color of points is varied. |
Clear | Clears the collection |
GetCount |