Question about Axis
Posted: Wed Dec 15, 2004 9:50 am
My Code goes like this:
Chart.Legend.Visible=true
Chart.Height=400
Chart.Width=600
Chart.Panel.Gradient.Visible=true
Chart.Header.Text(0)="Stocks"
Chart.Header.Font.Bold=True
Chart.Axis.Bottom.Title.Caption="Product Name"
Chart.Axis.Bottom.Title.Font.Bold=True
Chart.Axis.Bottom.Labels.Angle=90
Chart.Axis.Left.Title.Font.Bold=True
Chart.Axis.Left.Title.Caption="Amount"
And as I have two series in the Chart, I tried to add these
Chart.Axis.Right.Title.Font.Bold=True
Chart.Axis.Right.Title.Caption="VALUE"
but it seems not function
What I mean is I wanna have two Vertical Rulers, how can i do this?
Thank you in advance
Chart.Legend.Visible=true
Chart.Height=400
Chart.Width=600
Chart.Panel.Gradient.Visible=true
Chart.Header.Text(0)="Stocks"
Chart.Header.Font.Bold=True
Chart.Axis.Bottom.Title.Caption="Product Name"
Chart.Axis.Bottom.Title.Font.Bold=True
Chart.Axis.Bottom.Labels.Angle=90
Chart.Axis.Left.Title.Font.Bold=True
Chart.Axis.Left.Title.Caption="Amount"
And as I have two series in the Chart, I tried to add these
Chart.Axis.Right.Title.Font.Bold=True
Chart.Axis.Right.Title.Caption="VALUE"
but it seems not function
What I mean is I wanna have two Vertical Rulers, how can i do this?
Thank you in advance