Skip to main content
A newer version of this page is available.

DXMarkerStyle Class

Stores a data point marker’s appearance settings.

Declaration

@interface DXMarkerStyle: DXChartElementStyle

Inheritance

NSObject
DXChartElementStyle
DXMarkerStyle

Properties

fill Property

Gets or sets the fill color of a point marker.

Declaration

@property (readwrite, nullable) UIColor *fill

Property Value

Type Description
UIColor *

The UIColor object that specifies the fill color.

stroke Property

Gets or sets the stroke color of a point marker.

Declaration

@property (readwrite, nullable) UIColor *stroke

Property Value

Type Description
UIColor *

The UIColor object that specifies the stroke color.

strokeThickness Property

Gets or sets the stroke thickness of a point marker.

Declaration

@property (readwrite) CGFloat strokeThickness

Property Value

Type Description
CGFloat

The UIColor object that specifies the stroke thickness, in screen points.