MindFusion.Wpf Pack Programmer's Guide
BaseScale.FunctionType Property
See Also
 





The type of the function used to calculate the distribution of values along the scale. This is a dependency property.

Namespace: MindFusion.Gauges.Wpf
Assembly: MindFusion.Gauges.Wpf

 Syntax

C#  Copy Code

public FunctionType FunctionType { get; set; }

Visual Basic  Copy Code

Public Property FunctionType As FunctionType

 Property Value

A member of the FunctionType enumeration.

 Remarks

When the value of this property is set to Custom, the distribution of values along the scale is defined by the CustomFunction property.

 See Also

BaseScale Members
BaseScale Class
MindFusion.Gauges.Wpf Namespace
FunctionArgument Property
CustomFunction Property