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

ScaleBreakOptionsModel.SizeInPixels Property

Gets or sets the value of the ScaleBreakOptions.SizeInPixels within the model.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v20.2.Wizard.dll

NuGet Package: DevExpress.Win.Charts

Declaration

[PropertyForOptions]
public int SizeInPixels { get; set; }

Property Value

Type Description
Int32

The distance in pixels between the edges of scale breaks.

Property Paths

You can access this nested property as listed below:

Object Type Path to SizeInPixels
AxisModel
.ScaleBreakOptions .SizeInPixels
AxisXBaseModel
.ScaleBreakOptions .SizeInPixels
AxisXModel
.ScaleBreakOptions .SizeInPixels
AxisYBaseModel
.ScaleBreakOptions .SizeInPixels
AxisYModel
.ScaleBreakOptions .SizeInPixels
GanttAxisXModel
.ScaleBreakOptions .SizeInPixels
SecondaryAxisXModel
.ScaleBreakOptions .SizeInPixels
SecondaryAxisYModel
.ScaleBreakOptions .SizeInPixels
See Also