MindFusion.Wpf Pack Programmer's Guide
LineChart.PlotAreaStrokeThickness Property
See Also
 





Gets or sets the thickness of the outline of the plot area. This is a dependency property.

Namespace: MindFusion.Reporting.Wpf
Assembly: MindFusion.Reporting.Wpf

 Syntax

C#  Copy Code

public Thickness PlotAreaStrokeThickness { get; set; }

Visual Basic  Copy Code

Public Property PlotAreaStrokeThickness As Thickness

 Property Value

An instance of the Thickness structure. The default is Thickness(0).

 See Also

LineChart Members
LineChart Class
MindFusion.Reporting.Wpf Namespace