Gets or sets the thickness of the outline of the plot area.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
C# Copy Code |
---|
public Thickness PlotAreaStrokeThickness { get; set; } |
Visual Basic Copy Code |
---|
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.