MindFusion.Charting for Silverlight Programmer's Guide
BaseScale.ScaleGeometryClicked Event
See Also
 






Occurs when the scale geometry is clicked with the mouse.

Namespace: MindFusion.Gauges.Silverlight
Assembly: MindFusion.Gauges.Silverlight

 Syntax

C#  Copy Code

public event EventHandler<GaugeMouseEventArgs> ScaleGeometryClicked

Visual Basic  Copy Code

Public Event ScaleGeometryClicked As EventHandler(Of GaugeMouseEventArgs)

 Event Data

ScaleGeometryClicked event handlers receive an argument of type GaugeMouseEventArgs.

 Remarks

This event will be raised only when the path geometry representing the scale is clicked. Therefore, if the scale is very thin or transparent, this event will not be raised. In this case the more general ScaleClicked event should be used.

 See Also

BaseScale Members
BaseScale Class
MindFusion.Gauges.Silverlight Namespace