Charting for WinForms Programmer's Guide
BaseScale.OnQueryLabelValue Method
See Also
 






Raises the QueryLabelValue event.

Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges

 Syntax

C#  Copy Code

protected virtual void OnQueryLabelValue (
    QueryLabelValueEventArgs e
)

Visual Basic  Copy Code

Protected Overridable Sub OnQueryLabelValue ( _
    e As QueryLabelValueEventArgs _
)

 Parameters

e

An object, containing the event data.

 See Also

BaseScale Members
BaseScale Class
MindFusion.Gauges Namespace