Hi steema,
we are using ScrollPager tool and we have some query given as below,
1. we are setting
ScrollPagertool.SubChartTChart.Axes.Bottom.Minimum = 6200;
ScrollPagertool.SubChartTChart.Axes.Bottom.Maximum= 10500;
we also want to set colorbandtool start and end points initially when we opens chart, currently we are using below code
ScrollPagertool.ColorBandTool.Start= ScrollPagertool.SubChartTChart.Axes.Bottom.Minimum;
ScrollPagertool.ColorBandTool.End= ScrollPagertool.SubChartTChart.Axes.Bottom.Maximum;
but it does not work as shown in img1. as shown
we want to show it like img2 as shown below
2. we want to stop draging of ColorBandTool out side the Scrollpagertool Subchart.
Thanks,
Location of ColorBandTool Of ScrollPager
-
- Guru
- Posts: 1603
- Joined: Fri Nov 15, 2002 12:00 am
Re: Location of ColorBandTool Of ScrollPager
Hello,
If I'm not mistaken, the answer to this question has already been give to you here.amol wrote: 1. we are setting
ScrollPagertool.SubChartTChart.Axes.Bottom.Minimum = 6200;
ScrollPagertool.SubChartTChart.Axes.Bottom.Maximum= 10500;
I'm not sure what you mean - could you please give us a clear example, using code, video and images, of what you mean here?amol wrote: 2. we want to stop draging of ColorBandTool out side the Scrollpagertool Subchart.
Best Regards,
Christopher Ireland / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
Re: Location of ColorBandTool Of ScrollPager
thanks for reply,
but we have one more query,
1. How to stop updation of X-Axis of Scrollpager after point delete from the Tchart1.
for Ex- Tchart1 X-axis value is 1 to 1000
if we delete Last point of the series of Tchart, Subchart X-axis value Show form 1 to 900.
we want to show Axis of Subchart lies between 1 to 1000.
but we have one more query,
1. How to stop updation of X-Axis of Scrollpager after point delete from the Tchart1.
for Ex- Tchart1 X-axis value is 1 to 1000
if we delete Last point of the series of Tchart, Subchart X-axis value Show form 1 to 900.
we want to show Axis of Subchart lies between 1 to 1000.
-
- Guru
- Posts: 1603
- Joined: Fri Nov 15, 2002 12:00 am
Re: Location of ColorBandTool Of ScrollPager
Hello,
Would you be so kind as to post an example I can run here of the code you are using to try to achieve this?amol wrote: 1. How to stop updation of X-Axis of Scrollpager after point delete from the Tchart1.
for Ex- Tchart1 X-axis value is 1 to 1000
if we delete Last point of the series of Tchart, Subchart X-axis value Show form 1 to 900.
we want to show Axis of Subchart lies between 1 to 1000.
Best Regards,
Christopher Ireland / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
Re: Location of ColorBandTool Of ScrollPager
we have use following code for deleteion.
linePressure.XValues.RemoveAt(1000,500);
whrere LinePressure XValues min=0 and LinePressure XValues max=1000;
and Last Max Point is 900,400.
Then After deletion, we want to show max value of X-axis of Subchart of ScrollPager is 1000.
linePressure.XValues.RemoveAt(1000,500);
whrere LinePressure XValues min=0 and LinePressure XValues max=1000;
and Last Max Point is 900,400.
Then After deletion, we want to show max value of X-axis of Subchart of ScrollPager is 1000.
-
- Guru
- Posts: 1603
- Joined: Fri Nov 15, 2002 12:00 am
Re: Location of ColorBandTool Of ScrollPager
Hello,
Some code that I can run "as-is" (e.g. SSCCE) would be greatly appreciated so I can quickly and precisely replicate your issue here.amol wrote:we have use following code for deleteion.
Best Regards,
Christopher Ireland / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |