I have placed a button on the main panel. (See attachment)
I have an indicator that only plots via "OnRender". I wish to turn this indicator on and off visually via this button.
I can't seem to find any samples to do this....... only how to make a button.
[INDENT]protected void btn_Click(object sender, RoutedEventArgs rea)
{[INDENT]....... make ellipse visible or not visible
[/INDENT]}
protected override void OnRender(ChartControl chartControl, ChartScale chartScale)
{[INDENT]........ draw the ellipse
[/INDENT]}
[/INDENT]
Thank you,
Sim22

Comment