Search
LineChart.GridStroke Property
See Also
 





Gets or sets the brushes for the grid lines. This is a dependency property.

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

 Syntax

C#  Copy Code

public Brush GridStroke { get; set; }

Visual Basic  Copy Code

Public Property GridStroke As Brush

 Property Value

An instance of the WPF Brush class. The default is null (Nothing in Visual Basic).

 See Also