StrokeStyle.Thickness Property
In This Article
Gets or sets the stroke thickness.
Namespace: DevExpress.WinUI.Drawing
Assembly: DevExpress.WinUI.Drawing.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
#Property Value
Type | Description |
---|---|
Double | The stroke thickness. |
#Remarks
<Charts:CartesianChart.Series>
<Charts:Series ...>
<Charts:Series.View>
<Charts:LineSeriesView ... >
<Charts:LineSeriesView.StrokeStyle>
<drw:StrokeStyle DashArray="2 2" DashCap="Triangle" Thickness="5"/>
</Charts:LineSeriesView.StrokeStyle>
</Charts:LineSeriesView>
</Charts:Series.View>
<!-- ... -->
</Charts:Series>
</Charts:CartesianChart.Series>
This code snippet is based on the following Get Started topic: Lesson 1 - Create a Cartesian Chart.
See Also