LegendPositionChanged
Public Event LegendPositionChanged()
Occurs when the user drags the legend table to a new position on the graph.
Example..
Private Sub ecGraph3D1_LegendPositionChanged 'Called when this Event is raised in ecGraph3D.ocx
...
End Sub |