Charting for WinForms Programmer's Guide
Range.StrokeInside Property
See Also
 






Gets or sets a value indicating whether to draw a stroke at the inside of this range.

Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges

 Syntax

C#  Copy Code

public bool StrokeInside { get; set; }

Visual Basic  Copy Code

Public Property StrokeInside As Boolean

 Property Value

true to stroke the inside of the range; otherwise, false.

 See Also

Range Members
Range Class
MindFusion.Gauges Namespace