Charting for WPF Programmer's Guide

Scatter.StrokeThickness Property

See Also
 


Gets or sets the thickness of the stroke for this Scatter.

Namespace: MindFusion.Charting.Wpf
Assembly: Charting

 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.

 See Also