Marker Class

Marker class

Represents the marker in a line chart, scatter chart, or radar chart.


type Marker struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetBorderGets the border.
GetAreaGets the area.
GetMarkerStyleRepresents the marker style. Applies to line chart, scatter chart, or radar chart.
SetMarkerStyleRepresents the marker style. Applies to line chart, scatter chart, or radar chart.
GetMarkerSizeRepresents the marker size in unit of points. Applies to line chart, scatter chart, or radar chart.
SetMarkerSizeRepresents the marker size in unit of points. Applies to line chart, scatter chart, or radar chart.
GetMarkerSizePxRepresents the marker size in unit of pixels. Applies to line chart, scatter chart, or radar chart.
SetMarkerSizePxRepresents the marker size in unit of pixels. Applies to line chart, scatter chart, or radar chart.
GetForegroundColorRepresents the marker foreground color in a line chart, scatter chart, or radar chart.
SetForegroundColorRepresents the marker foreground color in a line chart, scatter chart, or radar chart.
GetForegroundColorSetTypeGets or sets the marker foreground color set type.
SetForegroundColorSetTypeGets or sets the marker foreground color set type.
GetBackgroundColorRepresents the marker background color in a line chart, scatter chart, or radar chart.
SetBackgroundColorRepresents the marker background color in a line chart, scatter chart, or radar chart.
GetBackgroundColorSetTypeGets or sets the marker background color set type.
SetBackgroundColorSetTypeGets or sets the marker background color set type.