MindFusion.Wpf Pack Programmer's Guide
AxesChart.PlotAreaStrokeThickness Property
See Also
 





Gets or sets the thickness of the outline of the plot area.

Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf

 Syntax

C#  Copy Code

public Thickness PlotAreaStrokeThickness { get; set; }

Visual Basic  Copy Code

Public Property PlotAreaStrokeThickness As Thickness

 Property Value

A WPF Thickness object. The default is Thickness(2, 0, 0, 2).

 Remarks

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

 See Also

AxesChart Members
AxesChart Class
MindFusion.Charting.Wpf Namespace