Search found 231 matches

by amol
Tue Sep 15, 2015 4:50 am
Forum: .NET
Topic: Change ColorBandTool Location of ScrollPager on mouse click.
Replies: 1
Views: 4741

Change ColorBandTool Location of ScrollPager on mouse click.

Hi steema,

We have some query regarding Location of ColorBandTool Location of ScrollPager on mouse click.

1. We want to Change the ColorBandTool Location of ScrollPager where mouse is clicked on Subchart of Scrollpager.
Location.png
Image 1
Location.png (37.06 KiB) Viewed 4820 times
by amol
Fri Sep 11, 2015 10:31 am
Forum: .NET
Topic: Click event of Axis Label.
Replies: 1
Views: 5148

Click event of Axis Label.

Hi Steema,

We have one more query related to Click event of axis labels as soon in below Image.
2015-09-11_155605.png
Image 1
2015-09-11_155605.png (19.92 KiB) Viewed 5257 times
we want to open a message on click on Labels.

Thanks
by amol
Fri Sep 11, 2015 6:48 am
Forum: .NET
Topic: Get all Points within Rectangle.
Replies: 1
Views: 5445

Get all Points within Rectangle.

Hi steema,

We have one more query related to Points present in rectangle.

1. We create a dynamic rectangle on the Tchart and we want to get all the points within the rectangle.

thanks,
by amol
Fri Sep 11, 2015 6:39 am
Forum: .NET
Topic: Select Nearest Point.
Replies: 1
Views: 5230

Select Nearest Point.

Hi steeema,

We have some more query related to point selection of Tchart series given as below,

1. When we move the mouse on tchart series, if Mouse current position lies between two points, we want to select or Highlight both points of the Tchart series.

Thanks,
by amol
Fri Sep 11, 2015 5:44 am
Forum: .NET
Topic: Manage GUI of Editor on 125% dpi
Replies: 2
Views: 6502

Re: Manage GUI of Editor on 125% dpi

We are using windows7. how to manage this issue on windows7
by amol
Wed Sep 09, 2015 12:52 pm
Forum: .NET
Topic: Manage GUI of Editor on 125% dpi
Replies: 2
Views: 6502

Manage GUI of Editor on 125% dpi

Hi Steema Support,

Is there any way to manage GUI of Editor on 125% dbi(resolution at 125%).
Now it is shown as
Untitled.png
img1
Untitled.png (21.77 KiB) Viewed 6607 times
please provide any solution so that we can manage its GUI.
Thanks in advance.

Thanks&Regards
Planoresearch
by amol
Wed Sep 09, 2015 12:42 pm
Forum: .NET
Topic: Nice Axis.
Replies: 3
Views: 7251

Re: Nice Axis.

Hi steema, We are using ScrollPager tool of Tchart, As when we use Scrollpager tool the we have two Axis,So we have following queries regarding Axis management— 1. We have data from 100 to 9000 then how we can set Teechrt Bottom Axis from 1 to 10,000. 2. Also want to control Scrollpager tool Axis wa...
by amol
Mon Sep 07, 2015 3:17 pm
Forum: .NET
Topic: Nice Axis.
Replies: 3
Views: 7251

Nice Axis.

Hi steema,

We have some query regarding Bottom axis of Tchart and Scrollpager Subchart given as below,

we want to set bottom axis of Tchart is just like as Bottom axis of Subchart of Scrollpager.
by amol
Mon Sep 07, 2015 1:43 pm
Forum: .NET
Topic: Location of ColorBandTool Of ScrollPager
Replies: 5
Views: 9951

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.
by amol
Mon Sep 07, 2015 9:44 am
Forum: .NET
Topic: Location of ColorBandTool Of ScrollPager
Replies: 5
Views: 9951

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 li...
by amol
Fri Sep 04, 2015 12:32 pm
Forum: .NET
Topic: Location of ColorBandTool Of ScrollPager
Replies: 5
Views: 9951

Location of ColorBandTool Of ScrollPager

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...
by amol
Thu Sep 03, 2015 11:52 am
Forum: .NET
Topic: ScrollPager Zoom Panel Location.
Replies: 7
Views: 13348

Re: ScrollPager Zoom Panel Location.

Thanks for Reply,

But we have one more query given as below,

1. We want open full ScrollPager Zoom Panel in chart when first time chart open.
Zoom Panel.png
Zoom Panel.png (49.51 KiB) Viewed 13424 times
by amol
Tue Sep 01, 2015 12:14 pm
Forum: .NET
Topic: ScrollPager tool
Replies: 13
Views: 22880

Re: ScrollPager tool

We are using "4.1.2012.5130" version of TeeChart.
by amol
Tue Sep 01, 2015 11:06 am
Forum: .NET
Topic: ScrollPager Zoom Panel Location.
Replies: 7
Views: 13348

Re: ScrollPager Zoom Panel Location.

Thanks for reply, but when we add more than 10 points in tcahrt1 series at runtime, Application work slow... For Add Point in series Code is given as below, Line.Add(AddPointXLocation, AddPointYLocation); double min = tChart1.Axes.Bottom.Minimum; double max = tChart1.Axes.Bottom.Maximum; double star...
by amol
Tue Sep 01, 2015 10:58 am
Forum: .NET
Topic: ScrollPager tool
Replies: 13
Views: 22880

Re: ScrollPager tool

Thanks For reply, The scrollpager1.PNG Image is correct. In Demo private void Tools_ScrollPager_SizeChanged(object sender, EventArgs e) { tool.Series = series; } we have also assign "tool.Series = series;". But Tchart,Subchart width seems not equal. we want to show just Like as scrollpager1.PNG Imag...