ChartCollection Class
ChartCollection class
Encapsulates a collection of
type ChartCollection struct {
ptr unsafe.Pointer
}
Constructors
| Method | Description |
|---|
Methods
| Method | Description |
|---|---|
| IsNull | Checks whether the implementation object is nullptr. |
| AddFloatingChart | Adds a chart to the collection. |
| Add_ChartType_Int_Int_Int_Int | Adds a chart to the collection. |
| Add_Stream_String_Bool_Int_Int_Int_Int | Adds a chart with preset template. |
| Add_ChartType_String_Bool_Int_Int_Int_Int | Adds a chart to the collection. |
| Get_Int | Gets the Chart element at the specified index. |
| Get_String | Gets the chart by the name. |
| RemoveAt | Remove a chart at the specific index. |
| Clear | Clear all charts. |
| GetCount |