UpDownBarsOptions.GapWidth Property
Gets or sets the space between the up-down bars on a 2-D line or stock chart as a percentage of the bar width.
Namespace: DevExpress.Spreadsheet.Charts
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Property Value
Type | Description |
---|---|
Int32 | An integer value that specifies the gap width. This value must be between 0 and 500. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to GapWidth |
---|---|
ChartView |
|
Remarks
Note
Currently, the SpeadsheetControl does not display up-down bars on a line chart and does not allow you to change the bar properties on a stock chart. However, display settings are loaded and stored in supported formats, and you can modify them programmatically.
See Also