Skip to main content

LineSeriesViewBase.ActualStrokeStyle Property

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

Namespace: DevExpress.WinUI.Charts

Assembly: DevExpress.WinUI.Charts.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public StrokeStyle ActualStrokeStyle { get; }

Property Value

Type Description
StrokeStyle

An object that contains stroke settings.

See Also