Search found 7 matches
- Wed Apr 01, 2015 5:26 pm
- Forum: Java
- Topic: Show Different Dates in X-Axis
- Replies: 1
- Views: 37069
Show Different Dates in X-Axis
I have a Tchart with FastLine as its chart type. The x-axis is a dateTime and y-axis is some values. I am displaying the X-axis axes as HH:mm. Usually the length of the x-axis is 1 day so the axes is displaying the values correctly starting from 00:00 and ending with 00:00. When the filter is select...
- Thu Mar 19, 2015 12:02 pm
- Forum: Java
- Topic: Controlling selection of items in Legend
- Replies: 1
- Views: 35488
Controlling selection of items in Legend
Hi, I have checkboxes set to true in my legend, also I have constructed a panel to either "Select All" or "Select None". Is there a property that can trigger the deselection of all the items in the legend when Select None button is clicked. I tried looking at the properties but could not find which ...
- Wed Mar 18, 2015 4:12 pm
- Forum: Java
- Topic: Tooltip on legend populated during run time
- Replies: 4
- Views: 43750
Re: Tooltip on legend populated during run time
That worked...thank you
- Wed Mar 18, 2015 11:49 am
- Forum: Java
- Topic: Tooltip on legend populated during run time
- Replies: 4
- Views: 43750
Re: Tooltip on legend populated during run time
Thanks for reaching out, I am not sure if using Annotation would serve the purpose, I tried looking out examples but could not find any. Can you provide some example as to how annotation works to populate the legend text dynamically.
- Fri Mar 13, 2015 1:06 pm
- Forum: Java
- Topic: Tooltip on legend populated during run time
- Replies: 4
- Views: 43750
Tooltip on legend populated during run time
Hi, I have a legend that is populated dynamically during run time. Due to length restrictions I am truncating the legend length to 30 chars and then to have a tooltip which when mouse pointer is brought upon will give out the entire text of the legend. this is my initChart method private void initTC...
- Tue Feb 17, 2015 6:09 pm
- Forum: Java
- Topic: Legend Text Length
- Replies: 1
- Views: 36737
Legend Text Length
Hi, I have a legend in which few of the legends have a huge length (almost 250+ characters). While displaying the chart I have to display the entire text, cannot use a substring as the user needs the entire string for interpreting data. When i leave the legend in Default position the entire chart is...
- Tue Feb 17, 2015 6:05 pm
- Forum: Java
- Topic: Legend and Scrolling
- Replies: 3
- Views: 41744
Re: Legend and Scrolling
Just wondering if the scrolling feature has been added for Java version?