MindFusion.Charting for Silverlight Programmer's Guide
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.Silverlight
Assembly: MindFusion.Gauges.Silverlight

 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

BaseScale Members
BaseScale Class
MindFusion.Gauges.Silverlight Namespace
ReversedCustomFunction Property
FunctionType Property