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

ScaleBreakOptions.ActualLineStyle Property

Returns the actual line style of the scale breaks. This is a dependency property.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

[Browsable(false)]
public LineStyle ActualLineStyle { get; }

Property Value

Type Description
LineStyle

The line style settings.

Property Paths

You can access this nested property as listed below:

Object Type Path to ActualLineStyle
Axis2D
.ScaleBreakOptions .ActualLineStyle
AxisX2D
.ScaleBreakOptions .ActualLineStyle
AxisY2D
.ScaleBreakOptions .ActualLineStyle
SecondaryAxisX2D
.ScaleBreakOptions .ActualLineStyle
SecondaryAxisY2D
.ScaleBreakOptions .ActualLineStyle
See Also