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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Help needed on Actuate Charts

Status
Not open for further replies.

aamukhedkar74

Technical User
Jul 31, 2003
2
CA
Hi,

I need to develope bar chart using actuate & in that i need to make X-Axis configurable, I mean, if the user selects the "Previous Year" on the criteria page, the X-Axis should display scale with previous financial year (i.e Nov 01 to Oct 02) If the user selects the current Year, the X-Axis should display current financial year (i.e Nov 02 to Oct 03) & If the user selects entire period then, the X-Axis should show all the months from a table.

Any guildelines are appreciated.

thanks n regards
Anand
 
Set your XLabelStyle in X-Axis group property to ChartCustomLabel.
And override ComputeLabel method or ComputeMinMax depending on situation.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top