Skip to main content

ScatterLineSeriesView.ActualStrokeStyle Property

Gets the actual stroke style of a scatter line.

Namespace: DevExpress.UI.Xaml.Charts

Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public StrokeStyle ActualStrokeStyle { get; }

Property Value

Type Description
StrokeStyle

A StrokeStyle object.

See Also