Gets or sets the outline of the plot area.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
C# Copy Code |
---|
public Brush PlotAreaStroke { get; set; } |
Visual Basic Copy Code |
---|
Public Property PlotAreaStroke As Brush |
A WPF Brush object. The default is a solid gray brush.
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.