Charting for WPF Programmer's Guide

AxesChart.GridStrokeThickness Property

See Also
 


Gets or sets the thickness of grid lines.

Namespace: MindFusion.Charting.Wpf
Assembly: Charting

 Syntax

C#  Copy Code

public double GridStrokeThickness { get; set; }

Visual Basic  Copy Code

Public Property GridStrokeThickness As Double

 Property Value

A double value. Default is 1.0

 See Also