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_ChartType_String_Bool_Int_Int_Int_Int | Adds a chart to the collection. |
Get_Int | Gets the |
Get_String | Gets the chart by the name. |
RemoveAt | Remove a chart at the specific index. |
Clear | Clear all charts. |
GetCount |