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





Gets or sets the outline of the plot area.

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

 Syntax

C#  Copy Code

public Brush PlotAreaStroke { get; set; }

Visual Basic  Copy Code

Public Property PlotAreaStroke As Brush

 Property Value

A WPF Brush object. The default is a solid gray brush.

 Remarks

PlotAreaStroke draws the outlining of the plot area in charts that use the Cartesian coordinate system. Plot area is called the area between the axes.

 See Also

AxesChart Members
AxesChart Class
MindFusion.Charting.Wpf Namespace