Skip to content

Replies

0
Michael Peterson
Michael Peterson answered on Mar 18, 2019 3:34 PM
Hello Peter,
Thank you for contacting Infragistics!
The first way you can change it is by using the AppStylist that is included with the Windows Forms product and modify or create your own style. Specificly to get to the header style you would hover over the header and press the number keyrelated to the GridColumnHeader.
The other method would be modifying the style through code.
0
Michael Peterson
Michael Peterson answered on Feb 18, 2019 3:49 PM
Hello Larry,
Thank you for the update. Yes for the cells you will have to design the tooltips through code.  Considering the toolbox it may have had an older clr version and that is why it isn’t showing now. You can see the following doc for getting the controls into the toolbox:
http://ko.infragistics.com/…/introduction-adding-controls-to-the-toolbox
0
Michael Peterson
Michael Peterson answered on Feb 13, 2019 2:45 PM
Hello Larry,
Thank you for the update. As described here in this forum thread there are installed samples on how to get the tooltip manager to display tooltips for different parts of the grid including cells. The sample would be located where you installed the product.
..\..\Samples\WinMisc\CS\ToolTipManager\ToolTips with Context CS
0
Michael Peterson
Michael Peterson answered on Feb 12, 2019 4:17 PM

Hello Larry,

Thank you for contacting Infragistics!

The reason you are not seeing tool tips is you are applying it to the editor control so you would only see them when in edit mode, you would instead want to apply the tooltips to the cells:

0
Michael Peterson
Michael Peterson answered on Dec 20, 2018 8:55 PM

Hello Nathan,

Thank you for your patience and updates. I have discussed this with my team and for what you want it seems you will want to go with the UltraChart, as currently the UltraDataChart doesn’t support value labels on the stacks of the chart. To get the labels to display their individual value instead of percentage of the whole you can see the following forum post.

To get the y axis to go beyond 100% you will want to have your backend values converted to a percentage and then just format the label as a percentage. And on your y axis set your min and max range to the min and max percentages you want.

0
Michael Peterson
Michael Peterson answered on Dec 20, 2018 3:59 PM

Hello Nathan,

Thank you for the update. I am currently working on creating a sample to demonstrate this behavior. I have some follow up questions. Is the overall target going to be the same for every company/account? Are the individual per person targets all the same for each person, or will different team members have different targets for different companies?

0
Michael Peterson
Michael Peterson answered on Dec 19, 2018 4:14 PM

Hello Nathan,

Thank you for contacting Infragistics!

I have some questions concerning this matter, How is your data setup, is it already in percentage values? Or is it in the whole numbers? How are you currently setting up the UltraChart? Do you have anything against the use of the UltraDataChart instead?