CandleStickSeries2D.CandleWidth Property
Specifies the width (in axis units) of the Candle in 2D Candle Stick series.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Double | A Double value that represents the width of a candle in axis units, where an axis unit is the distance between two major values on the axis. This value should be greater than or equal to 0. |
#Remarks
The CandleWidth property specifies the width of a candle in 2D Candle Stick series.
Since this property's value is measured as a fraction of axis units, its width can be automatically resized when the size of the Chart Area is changed. For instance, if the CandleWidth property is set to 0.5, the width of every Candle will always be equal to half the range between two major values on the axis.