Marker Class
Contents
[
Hide
]Marker class
Represents the marker in a line chart, scatter chart, or radar chart.
type Marker struct {
ptr unsafe.Pointer
}
Constructors
Method | Description |
---|
Methods
Method | Description |
---|---|
IsNull | Checks whether the implementation object is nullptr. |
GetBorder | Gets the |
GetArea | Gets the |
GetMarkerStyle | Represents the marker style. Applies to line chart, scatter chart, or radar chart. |
SetMarkerStyle | Represents the marker style. Applies to line chart, scatter chart, or radar chart. |
GetMarkerSize | Represents the marker size in unit of points. Applies to line chart, scatter chart, or radar chart. |
SetMarkerSize | Represents the marker size in unit of points. Applies to line chart, scatter chart, or radar chart. |
GetMarkerSizePx | Represents the marker size in unit of pixels. Applies to line chart, scatter chart, or radar chart. |
SetMarkerSizePx | Represents the marker size in unit of pixels. Applies to line chart, scatter chart, or radar chart. |
GetForegroundColor | Represents the marker foreground color in a line chart, scatter chart, or radar chart. |
SetForegroundColor | Represents the marker foreground color in a line chart, scatter chart, or radar chart. |
GetForegroundColorSetType | Gets or sets the marker foreground color set type. |
SetForegroundColorSetType | Gets or sets the marker foreground color set type. |
GetBackgroundColor | Represents the marker background color in a line chart, scatter chart, or radar chart. |
SetBackgroundColor | Represents the marker background color in a line chart, scatter chart, or radar chart. |
GetBackgroundColorSetType | Gets or sets the marker background color set type. |
SetBackgroundColorSetType | Gets or sets the marker background color set type. |