Charting for WPF Programmer's Guide

Scatter.Stroke Property

See Also
 


Gets or sets the stroke for this Scatter.

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