DXAreaSeriesStyle Class
The storage of appearance parameters of an area series.
Declaration
@interface DXAreaSeriesStyle: DXLineSeriesStyle
Remarks
The following image represents an area series’s parameters that available for customization:
Inheritance
NSObject
DXChartElementStyle
DXPointSeriesStyle
DXLineSeriesStyle
DXAreaSeriesStyle
Properties
alpha Property
Gets or sets the alpha of an area.
Declaration
@property (readwrite) CGFloat alpha
Property Value
Type | Description |
---|---|
CGFloat | The value between 0 and 1 specifying the area’s opacity. |
fill Property
Gets or sets the fill color of an area series.
Declaration
@property (readwrite, nullable) UIColor *fill
Property Value
Type | Description |
---|---|
UIColor * | The UIColor object that specifies the fill color of the area series. |
Remarks
Note that the alpha property affects on this property. The alpha value of this color multiplies on the value of the alpha property.