MindFusion.Charting for Silverlight Programmer's Guide
AxesChart.PlotAreaStroke Property
See Also
 






Gets or sets the outline of the plot area.

Namespace: MindFusion.Charting.Silverlight
Assembly: MindFusion.Charting.Silverlight

 Syntax

C#  Copy Code

public Brush PlotAreaStroke { get; set; }

Visual Basic  Copy Code

Public Property PlotAreaStroke As Brush

 Property Value

An instance of System.Windows.Media.Brush class. Default value is a gray brush.

 Remarks

The PlotAreaStroke property draws a border around the rectangle between the axes of the chart. Set the property to null if you don't want the border.

 See Also

AxesChart Members
AxesChart Class
MindFusion.Charting.Silverlight Namespace