ChartCollection Class

ChartCollection class

Encapsulates a collection of objects.


type ChartCollection struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
AddFloatingChartAdds a chart to the collection.
Add_ChartType_Int_Int_Int_IntAdds a chart to the collection.
Add_ChartType_String_Bool_Int_Int_Int_IntAdds a chart to the collection.
Get_IntGets the element at the specified index.
Get_StringGets the chart by the name.
RemoveAtRemove a chart at the specific index.
ClearClear all charts.
GetCount