I am building a Spline chart that can show data for a potentially large number of dates on the X-Axis (Y-Axis displays a size for each date). A user can choose a start and an end data to determine the scope for the chart. When hundreds of days are chosen, the X-Axis becomes pretty messy as all labels overlap. This brings me to the following question:
1. How can I limit the number of items in the X-Axis? I tried MaxItemsCount but that doesn't seem to work OK? (and is not documented)
2. Are there better ways to do this? E.g. instead of hiding labels in the x-axis, maybe I can group the data? In that case, how do I maintain the smooth line of the chart?
My ultimate goal is to show the chart line for the entire selected period, and only have a small number (say 10) labels. So when I choose 10 years, I roughly get 10 labels for each year. When I choose a month, each entry represents three days.
If the on-line examples show this behavior (declarative or programmatically), can you please refer me to the correct one?
I have yearly data to display on a chart. The data starts from 2003 to the current year. How can I get this to display correctly as it's currently ignoring the settings I've used below:
The XAxis MaxValue is being established via code, as it changes from year to year. FYI, this is in an MVC view, but I didn't think it was much different than web forms so I posted this question here.
The desired result is to have an XAxis with 6 entries, 2003 to 2009, in a one step process, and have each year appear next to each other. What I get is a range from 0 to 3000 in 500 step increments. What is setup incorrectly?
It seems that the SelectionOnFocus None in IE8 (Vista) behaves the same as CaretToBeginning for the RadTextBox control in Q3 2009. In FireFox the behavior is as expected but in IE8 the cursor jumps to the start of the textbox if you click in the middle of the text in the textbox. So if the text is "forgot a ltter" and you click between the l and the t to insert the e you end up with "eforgot a ltter" because the cursor jumps to the start after the mouse click.
Is there a way to work around this behaviour?
We are using a RadToolTip Control to display some items and we need to set the cursor postion to the bottom area (ie, Vertical Scroll bar shold be at the bottom of the control). We set the OffsetXand OffsetY for the scroll position, but it is not scrolling down.
I am facing a problem while looping through the radtreeview.
My radtreeview structure is as below:
folder A
folder B
folder C
Folder D
Folder E
Folder F
Folder G
---------------------N Number of childs
Now i want to loop through the radtreeview,how can i get this? I want some generalised function that will loop through radtreeview.
The width of the Content Area of my Editor is fixed by the user. EnableResize="false" to prevent it changing width.
The width may vary from 1000 to 100px.
Both EditorToolbarMode.Default and the Modules prevent the width from reducing below about 500px so I have set the Module visibility="False" and tried other EditorToolbarModes. With the width fixed at 100px:
Floating reduces the width fo the toolbar to 100px, has seven rows of icons but some of the rows are truncated.
PageTop is a full width toolbar (great) but I have instructional text at the top of the page and the PageTop toolbar covers it. Is it possible to fix the PageTop toolbar just above the Content Area?
ShowOnFocus is the same as Floating - the toolbar is only 100px wide but some the icon rows are truncated. Is it possible to make the ShowOnFocus toolbar the full width of the page? And can I force Focus when the page is loaded? This is my preferred solution.
Hi,
I have installed the active forum module on my site. I have
also enabled the radcontrols, Then what i did is i got a custom smiley
and i want to insert it into the reply textbox. As long as rad controls
are off i can directly insert them with the ID i got from the 'View
source' page for the textarea. But radcontrols is changing all the ID's
when it is turned on. Can u please tell me how i can insert into the active forum modules reply textbox when rad controls is turned on.i just want to insert text on a click event using javascript