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
Assembly: MindFusion.Gauges

 Syntax

C#  Copy Code

public FunctionDelegate CustomFunction { get; set; }

Visual Basic  Copy Code

Public Property CustomFunction As FunctionDelegate

 Property Value

A FunctionDelegate delegate.

 See Also