Hello good day.
I am making an application that shows a graph, I use the chartview control, but when there is too much data on the X axis, the information is not distinguished.
I have read that it can be fixed by using MajorTickInterval on the horizontalAxis, I use this lines:
horizontalAxis.LabelFitMode = AxisLabelFitMode.Rotate;
horizontalAxis.MajorTickInterval = 7;
The clearest information is already displayed, but when displaying the information some data should appear in the graph but they are not shown because they are not in the interval.
Is there a solution?
Another question,
Can you remove or hide from the graph the values that have zero or null on the X axis?
Awaiting your comments.
Thank you very much.
Count total checked values from checkbox column of RadGridView ?!
seems very east stuff but dont know why telerik does not support like normal gridview !! strange but true !
Regards,
Dipan Chikani
I am just now attempting a RadSpreadSheet project, and am not finding an example of how to import and populate the form with an SQL Server Stored Procedure.
Can you provide a sample code please?
Thanks,
Hi,
On Telerik for Winforms 2022.3.109.45, using VS 2022 Enterprise on a .Net 7 project, I encounter this error when trying to migrate my projects to the latest Winforms components version, using the Wizard
I'm trying to upgrade from 2022.3.921.48
The wizard encountered an error while trying to handle user event.Hi,
I'm trying to create two radio buttons with superscript text on them usch as this
Is this possible ?
I have tried 1.0ms for the radio button text and-1 as a label, both with transparent backgrounds, but when I overlay them the radio button masks the -1 superscript label when it overlaps the radio button. I believe html in RadLabel does not support superscript / subscript either.
How do I acheive this effect?
Regards
Toby
Hi Support,
I want to know how to do Telerik Reporting of HTML Text box read css function. Now I added css function and then html textbox is not working.
If I add below text in to html text box of reporting but not working.
<title>Untitled</title><style type="text/css">p { margin-top: 0px;margin-bottom: 0px;line-height: 1.15; } body { font-family: 'Verdana';font-style: Normal;font-weight: normal;font-size: 16px; } .Normal { telerik-style-type: paragraph;telerik-style-name: Normal;border-collapse: collapse; } .TableNormal { telerik-style-type: table;telerik-style-name: TableNormal;border-collapse: collapse; } .NormalWeb { telerik-style-type: paragraph;telerik-style-name: NormalWeb;margin-top: 6.66px;margin-bottom: 6.66px;border-collapse: collapse; } .s_22077F37 { telerik-style-type: local;font-family: 'Microsoft YaHei';font-size: 16px; } .s_2C3B84B0 { telerik-style-type: local;font-family: 'Times New Roman';font-size: 16px; } </style><p class="NormalWeb "><span class="s_22077F37">Testing and Testing.</span><span class="s_2C3B84B0"></span></p>
If html textbox can't read and can't do your side also, how to remove css logic in HTMLEditControl. I read from there and I use telerik report that html. If I do myself remove css logic in html , reporting no issue. Please advise to me how to do . Now I am using HTMLEditControl and Telerik REport of html text box.
Thanks,
Moe