ChartDataValue Class

ChartDataValue class

Encapsulates chart data value


type ChartDataValue struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetValueTypeGets the value type of the chart data.
GetStringValueGets the string value of the chart data.
GetIntValueGets the Int value of the chart data.
GetDoubleValueGets the double value of the chart data.
GetDateTimeValueGets the DateTime value of the chart data.
GetBoolValueGets the boolean value of the chart data.