ASE Home Page Products Download Purchase Support About ASE
ChartDirector Support
Forum HomeForum Home   SearchSearch

Message ListMessage List     Post MessagePost Message

  Set title to Y axis
Posted by John Young on Feb-07-2012 03:16
My web application has an xy chart, c.

I set the Primary Y axis title using the following vb.net code:

Dim c As XYChart
c.yAxis().setTitle("Y1AxisTitle")

Based on some user actions this  chart may have a second, third or fourth Y axis.

Can you tell me the code to use in order to:

1. Test to see if c has more than 1 Y axis
2. Set the title of the alternate axes

Thanks,

John