Charting for WPF Programmer's Guide

AxesChart.PlotAreaStroke Property

See Also
 


Gets or sets the outline of the plot area.

Namespace: MindFusion.Charting.Wpf
Assembly: Charting

 Syntax

C#  Copy Code

public Brush PlotAreaStroke { get; set; }

Visual Basic  Copy Code

Public Property PlotAreaStroke As Brush

 Property Value

A Brush object. Default value is a 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