Search
BaseScale.CustomFunction Property
See Also
 





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

 Syntax

C#  Copy Code

public FunctionDelegate CustomFunction { get; set; }

Visual Basic  Copy Code

Public Property CustomFunction As FunctionDelegate

 Property Value

A FunctionDelegate, which will be invoked when a value needs to be displayed on the scale.

 See Also