Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

OWC Chart - Second Axis Scaling

Status
Not open for further replies.

neilkonitzer

Programmer
Jun 27, 2001
168
US
I am using the OWC Charting component in an ASP.NET application. I am adding a secondary Y axis on my charts. Unfortunately, I cannot seem to find any documentation for assigning multiple series scalings to the secondary axis. I can only assign one series scaling to the axis. For example...

RightAxis = Chart1.Axes.Add(Chart1_Series4.Scalings(ChartDimensionsEnum.chDimValues))
RightAxis.Position = ChartAxisPositionEnum.chAxisPositionRight

Any ideas for how to assign additional series lines to my right axis? Thanks in advance!!!

Neil Konitzer
Freisoft
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top