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

ConstantLine.ActualLineStyle Property

Gets the actual line style of the constant line. This is a dependency property.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

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

Property Value

Type Description
LineStyle

A LineStyle object.

See Also