Charting for WinForms Programmer's Guide
FunctionType Enumeration
See Also
 






Indicates the type of function that will be used to distribute values along the gauge scale.

Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges

 Syntax

C#  Copy Code

public enum FunctionType

Visual Basic  Copy Code

Public Enum FunctionType

 Members

  Member name Description

Custom

Specifies a user defined function, which will be supplied by the CustomFunction property.

Linear

Specifies that the values will be distributed linearly.

Logarithmic

Specifies a logarithmic function with base specified by the LogarithmBase property.

 See Also

MindFusion.Gauges Namespace