Regarding the "Y" axis min and max scale and title space

Hi All

I am using syncfusion version 4.4.0.51

I adding "X" number of series in one chart control and series type is line and i need to show each series max and min scale and title so that i am assigning each series location x axis minus of(title + max+min = 60), Actually it is working in the previous version but in new version is not working (means it automatically gave some of space for min, max scale and title of all the series )

below is the code i am using for assigning the location

series.ChartSeries.YAxis.Location = new PointF(this.Chart.PrimaryYAxis.Location.X - offset, this.Chart.PrimaryYAxis.Location.Y);
series.ChartSeries.YAxis.Size = new SizeF(0, this.Chart.ChartArea.RenderBounds.Height);
series.ChartSeries.YAxis.Title = series.ChartSeries.Text;
offset += 60;
SetYAxisRange(series);


Please reply anyone ....

Thanks and Regards
K.Sathishkumar

8 Replies

AD Administrator Syncfusion Team December 13, 2006 01:52 AM UTC

Hi Sathish,

Sorry for my delayed response.

I am working into your issue and will get back to you with in a day.

Thanks for your choosing Syncfusion products.

Sorry once again.

Regards,
Sureshbabu


AD Administrator Syncfusion Team December 13, 2006 11:45 PM UTC

Hi Sathish,

Sorry for the inconvenience caused.

I am not able to reproduce this issue using the given code which is not enough. Please I need more information.

If possible send me a sample which reproduces this issue. It will be helpful to solve this issue quickly.

Let me know if you have any queries.

Thanks for your patience.

Regards,
Sureshbabu


SK Sathishkumar Kaliavaradhan December 14, 2006 07:21 AM UTC

Hi Suresh,

I am using syncfusion version 4.4.0.51,

I want to display multiple series in a chart control and each series contains seperate scaling in "Y" axis so that i am adding seperate chartaxis for each series,

my problem is all series "Y" axis is not showing correctly ( i,e First series "Y" axis scaling only showing and remaings are hide)

so How do i allocate same space for each "Y" axis scaling ?



AD Administrator Syncfusion Team December 14, 2006 08:08 PM UTC

Hi Sathish,

Thanks for your response.

Here I have attached a sample which illustrates Multiple Y Axes. Please take a look into the attached sample.

Multiple Y Axes sample

Let me know if this helps.

I appreciate you for your interest in Syncfusion products.

Best Regards,
Sureshbabu


SK Sathishkumar Kaliavaradhan December 15, 2006 05:48 AM UTC

Hi Sureshbabu,

You didn't got my requirement , we need to show multiple series in parallel (but you showing as serial ) and all series scaling will show in "Y" axis of chart control but now only one series scalling only showing remainings are hide in left side of chart control so that how do i allocate space for all series scaling in left of chart control ?

I attched the my chart control picture also

We need urgent for this Please reply ASAP,

With Regards
K.Sathishkumar


ErrorImage.zip


PJ Poly J Syncfusion Team December 15, 2006 07:39 AM UTC


Hi Sathish,

Please Change the ChartArea margins in the left side, according to the location of Y axis.
Please find the attached sample and let me know if this helps you.
Sample


Best Regards,
Poly


SK Sathishkumar Kaliavaradhan December 15, 2006 11:01 AM UTC

Hi Poly,

You sending the same sample which i got previously
in tha sample your showing the series in serial manner (i,e seperate series ) but i want all the series will show in chart control "Y" axis from "X" to "XX" (ex 10 to 20 range)range in parallel and all series scaling will shown in left side of chart control

I attached my chart control picture also previously

Thanks and Regards
K.Sathishkumar



SK Sathishkumar Kaliavaradhan December 15, 2006 12:50 PM UTC

Hi Poly,

Many thanks

I set the chartAreaMargins.Left property

it is working fine



Thanks and Regards
K.Sathishkumar



Loader.
Up arrow icon