Gets or sets the outline of the plot area.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
C#
![]() |
---|
public Brush PlotAreaStroke { get; set; } |
Visual Basic
![]() |
---|
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.
MindFusion.Charting for WPF Programmer's Guide | © 2025 MindFusion |