MindFusion.Charting for Silverlight Programmer's Guide
Legend.StrokeThickness Property
See Also
 






Gets or sets the stroke thickness of lines drawn in the Legend.

Namespace: MindFusion.Charting.Silverlight
Assembly: MindFusion.Charting.Silverlight

 Syntax

C#  Copy Code

public double StrokeThickness { get; set; }

Visual Basic  Copy Code

Public Property StrokeThickness As Double

 Property Value

A double value. Default is 1.0

 Remarks

The StrokeThickness property is used by the outlining of the legend and the rectangles that stand before each legend label.

 See Also

Legend Members
Legend Class
MindFusion.Charting.Silverlight Namespace