way to call up an axis slider onto graph via code?

Hi Igorites,
Is there a way to call up Axis Slider onto a graph in a function or macro?
Thanks! - jon
This will do it:


Function ExampleCode()

	Execute/P "INSERTINCLUDE <AxisSlider>"
	Execute/P "COMPILEPROCEDURES "
	Execute/P "WMAppendAxisSlider()"
End


Software Engineer, WaveMetrics, Inc.