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

DXBarSeriesStyle Class

The storage of a bar series appearance settings.

Declaration

@interface DXBarSeriesStyle: DXChartElementStyle

Remarks

The following image demonstrates parameters that can be customized.

Style parameters

Inheritance

NSObject
DXChartElementStyle
DXBarSeriesStyle

Properties

fill Property

Gets or sets the fill color of a bar series.

Declaration

@property (readwrite, nullable) UIColor *fill

Property Value

Type Description
UIColor *

The UIColor object that specifies the fill color of the bar series.

stroke Property

Gets or sets the stroke color of bars.

Declaration

@property (readwrite, nullable) UIColor *stroke

Property Value

Type Description
UIColor *

The UIColor that specifies the stroke color of bars.

strokeThickness Property

Gets or sets the stroke thickness of bars.

Declaration

@property (readwrite) CGFloat strokeThickness

Property Value

Type Description
CGFloat

The stroke thickness of bars, in screen points.