Charting for WPF Programmer's Guide

Legend.Stroke Property

See Also
 


Gets or sets the stroke for the legend outline.

Namespace: MindFusion.Charting.Wpf
Assembly: Charting

 Syntax

C#  Copy Code

public Brush Stroke { get; set; }

Visual Basic  Copy Code

Public Property Stroke As Brush

 Property Value

A Brush object. Default is Brushes.Black.

 See Also