Charting for WinForms Programmer's Guide
Pointer.IsDiscrete Property
See Also
 






Gets or sets a value indicating whether the pointer value can be changed only discretely. In other words, the pointer Value can be only integer.

Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges

 Syntax

C#  Copy Code

public bool IsDiscrete { get; set; }

Visual Basic  Copy Code

Public Property IsDiscrete As Boolean

 Property Value

true if the pointer is discrete; otherwise, false.

 Remarks

This property can be useful when implementing analog-style pointers, which can move only discretely.

 See Also

Pointer Members
Pointer Class
MindFusion.Gauges Namespace