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

LineSeriesViewBase.ActualStrokeStyle Property

Returns the stroke style that is applied to the line series.

Namespace: DevExpress.WinUI.Charts

Assembly: DevExpress.WinUI.Charts.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

public StrokeStyle ActualStrokeStyle { get; }

Property Value

Type Description
StrokeStyle

An object that contains stroke settings.

See Also