Gets or sets the function to be used for distribution of values along the scale when FunctionType is set to Custom.
Namespace: MindFusion.Gauges.Wpf
Assembly: MindFusion.Gauges.Wpf
SyntaxC#
Copy Code
|
|---|
public FunctionDelegate CustomFunction { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property CustomFunction As FunctionDelegate |
A FunctionDelegate, which will be invoked when a value needs to be displayed on the scale.
See Also