Skip to main content

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

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

Property Value

Type Description
LineStyle

A LineStyle object.

See Also