Back to Devexpress

ScaleBreakOptions.ActualLineStyle Property

wpf-devexpress-dot-xpf-dot-charts-dot-scalebreakoptions.md

latest1.3 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
[Browsable(false)]
public LineStyle ActualLineStyle { get; }
vb
<Browsable(False)>
Public ReadOnly Property ActualLineStyle As LineStyle

Property Value

TypeDescription
LineStyle

The line style settings.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ActualLineStyle
Axis2D

.ScaleBreakOptions .ActualLineStyle

|

See Also

ScaleBreakOptions Class

ScaleBreakOptions Members

DevExpress.Xpf.Charts Namespace