Gets or sets the thickness of the outline of the plot area.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
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).
RemarksPlotAreaStrokeThickness specifies the width of the Brush that outlines the plot area in charts that use the Cartesian coordinate system.
See Also