Charting for WPF Programmer's Guide

AxesChart.PlotAreaStrokeThickness Property

See Also
 


Gets or sets the thickness of the PlotAreaStroke.

Namespace: MindFusion.Charting.Wpf
Assembly: Charting

 Syntax

C#  Copy Code

public double PlotAreaStrokeThickness { get; set; }

Visual Basic  Copy Code

Public Property PlotAreaStrokeThickness As Double

 Property Value

A double value. Default is 1.0.

 Remarks

PlotAreaStrokeThickness sets the width of the Brush that outlines the plot area in charts that use the Cartesian coordinate system.

 See Also