Hi,
I'm using Color grid for tee chart. I want to represent Zeros and nulls in white color using color palette or in different way. Can anyone help on this how to plot colorgrid nulls and zeros with white color.
Regards,
PSKN
Search found 33 matches
- Tue Sep 11, 2018 7:05 am
- Forum: JavaScript / HTML5
- Topic: How to represent Zeros and Nulls in white color
- Replies: 1
- Views: 36246
- Fri Sep 07, 2018 4:07 am
- Forum: JavaScript / HTML5
- Topic: How to capture zoom area
- Replies: 1
- Views: 35353
How to capture zoom area
Hi, I'm using Color Grid to draw chart with multiple series. I have another chart also, which we can draw based on cursor position of Color grid. I just want to know which event will be triggered(like chart.domouseup, chart.mousedown etc...) when we zoom Color grid, and how to capture that zoomed ar...
- Thu Aug 09, 2018 4:02 am
- Forum: JavaScript / HTML5
- Topic: Series redraw with color grid
- Replies: 2
- Views: 31800
Re: Series redraw with color grid
Hi Sandra,
Thanks for your reply. I got solution for that.
Thanks & Regards,
Sravan
Thanks for your reply. I got solution for that.
Thanks & Regards,
Sravan
- Wed Aug 08, 2018 7:17 am
- Forum: JavaScript / HTML5
- Topic: Color grid legend and Min and Max values of series
- Replies: 3
- Views: 33138
Re: Color grid legend and Min and Max values of series
Hi Marc, Thanks for your reply. I'm attaching the screenshot here. Here we have 400 scans(series) in Color Grid. Based on series values legend values(Min and Max) are plotting. If I'm wrong correct me. If we have single series and if we change Min and Max values of axis then it will plot based on wh...
- Wed Aug 01, 2018 5:35 am
- Forum: JavaScript / HTML5
- Topic: Series redraw with color grid
- Replies: 2
- Views: 31800
Series redraw with color grid
Hi, We are using Chart color grid with 400 series and each series having 1000 points. And we have two separate charts one is vertical and one is horizontal. so that, based on cursor position of main chart which is having 400 series, we are drawing vertical chart and horizontal chart separately. The ...
- Wed Aug 01, 2018 5:25 am
- Forum: JavaScript / HTML5
- Topic: Legend customization for color grid
- Replies: 1
- Views: 29454
Legend customization for color grid
Hi, We are using ColorGrid to draw 400 series array. By default 12 color palette will be there for legend. We want to customize the legend with more colors might be 30 or 30+ and we want to show all 30 colors in legend. and second thing is even though we are showing 30 colors we do not want to show ...
- Wed Aug 01, 2018 5:15 am
- Forum: JavaScript / HTML5
- Topic: Color grid legend and Min and Max values of series
- Replies: 3
- Views: 33138
Color grid legend and Min and Max values of series
Hi, We are using Tee chart ColorGrid to draw series, we have 400 series with each series having 1000 points of array and we have added 30 color palette for legend. Legend is taking min and max values of 400 series and showing it with colors. How to change min and max values of series array so that t...
- Wed Aug 01, 2018 4:02 am
- Forum: JavaScript / HTML5
- Topic: Cursor tool change with outside buttons
- Replies: 2
- Views: 29213
Re: Cursor tool change with outside buttons
Thanks, this is working fine.
- Wed Jul 25, 2018 9:44 am
- Forum: JavaScript / HTML5
- Topic: Cursor tool change with outside buttons
- Replies: 2
- Views: 29213
Cursor tool change with outside buttons
Hi, I have 4 buttons outside of canvas area, so that if i click left and right buttons cursor position will move right or left for y-axis similar if i click bottom or top buttons x-axis will move or increment to 1 number, i'm trying this and i'm getting issue for first move as chart old value showin...
- Tue Jul 24, 2018 4:16 am
- Forum: JavaScript / HTML5
- Topic: How to change CursorTool position(both x and y-axis) onClick
- Replies: 4
- Views: 35094
Re: How to change CursorTool position(both x and y-axis) onClick
Thanks, it is working fine now.
- Wed Jul 18, 2018 10:50 am
- Forum: JavaScript / HTML5
- Topic: How to change CursorTool position(both x and y-axis) onClick
- Replies: 4
- Views: 35094
Re: How to change CursorTool position(both x and y-axis) onClick
Hello, Thank you so much for your reply, it is working fine, only if we add "t.dragging = 0", otherwise it is not working. and how to set x-axis value to zero when chart is loading first time or how to change positions of x and y manually(might be the scenario is another buttons and i want to change...
- Tue Jul 10, 2018 4:19 am
- Forum: JavaScript / HTML5
- Topic: How to change CursorTool position(both x and y-axis) onClick
- Replies: 4
- Views: 35094
How to change CursorTool position(both x and y-axis) onClick
I'm using ColorGrid for chart creation and i want to change CursorTool position(x-axis and y-axis coordinates) based on click. Can any one help us to achieve this. And is there any way that we can give position values for x-axis and y-axis so the cursortool can be re-arranged to that position. If an...
- Wed Sep 17, 2014 6:46 am
- Forum: JavaScript / HTML5
- Topic: On an IPAD steema teechart is restricting the scrolling
- Replies: 0
- Views: 8675
On an IPAD steema teechart is restricting the scrolling
I Have a display where we use Steema Teechart control, when this display is loaded in IPAD on placing the finger on the teechart control and if we try to swipe it is restricting the up or down scroll for the page. If the swipe is performed on non Steema Teechart control area scroll is working as int...
- Tue Dec 20, 2011 7:06 am
- Forum: .NET
- Topic: Issue with Bottom DateTime axis with line style Stairs
- Replies: 1
- Views: 6635
Issue with Bottom DateTime axis with line style Stairs
Hi, I am facing issue in TeeChart when I use bottom axis as DateTime and enable style as Stairs. I am using TeeChart in my project in such a way: Steema.TeeChart.Styles.Line trLine = new Steema.TeeChart.Styles.Line(); trLine.XValues.DateTime = true; tChart1.Axes.Bottom.SetMinMax(dt1, dt2); where val...
- Fri Dec 16, 2011 6:44 am
- Forum: .NET
- Topic: How to Smooth 3D graph data
- Replies: 11
- Views: 22857
Re: How to Smooth 3D graph data
Hi Sandra, The code provided by you to implement smoothing makes my application non-responsive and that code itself takes approx 3.5- 4 seconds. To interact with the application I must kill the process. Also after putting the code to make it faster [hiding axis and wall] I got exception caused by co...