MindFusion.Wpf Pack Programmer's Guide
Legend.StrokeThickness Property
See Also
 





Gets or sets the stroke thickness of lines drawn in the legend. This is a dependency property.

Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf

 Syntax

C#  Copy Code

public double StrokeThickness { get; set; }

Visual Basic  Copy Code

Public Property StrokeThickness As Double

 Property Value

A double value. The default is 1.

 Remarks

The StrokeThickness specifies how thick the outline of rectangles drawn before legend labels will be.

 See Also

Legend Members
Legend Class
MindFusion.Charting.Wpf Namespace