Gets or sets the outline of the plot area.
Namespace: MindFusion.Charting.Silverlight
Assembly: MindFusion.Charting.Silverlight
C#
![]() |
---|
public Brush PlotAreaStroke { get; set; } |
Visual Basic
![]() |
---|
Public Property PlotAreaStroke As Brush |
An instance of System.Windows.Media.Brush class. Default value is a gray brush.
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.