Represents a user-defined method, which performs custom distribution of values along the gauge scale.
Namespace: MindFusion.Gauges.Wpf
Assembly: MindFusion.Gauges.Wpf
SyntaxC#
Copy Code
|
|---|
public delegate double FunctionDelegate ( |
Visual Basic
Copy Code
|
|---|
Public Delegate Function FunctionDelegate( _ |
The source parameter value.
The function result, which will be displayed on the scale.
See Also