Gets or sets the thickness of the outline of the plot area.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
C#
![]() |
---|
public Thickness PlotAreaStrokeThickness { get; set; } |
Visual Basic
![]() |
---|
Public Property PlotAreaStrokeThickness As Thickness |
A WPF Thickness object. The default is Thickness(2, 0, 0, 2).
PlotAreaStrokeThickness specifies the width of the Brush that outlines the plot area in charts that use the Cartesian coordinate system.
MindFusion.Charting for WPF Programmer's Guide | © 2025 MindFusion |