With the Infragistics ASP.NET MVC DataChart helper, currency formatting is usually handled through axis label and tooltip customization rather than directly inside the series configuration. You can format the numeric Y-axis labels by using a JavaScript label formatter that prepends the dollar sign and limits values to two decimal places, such as returning “$” + value.toFixed(2) inside the NumericY axis label settings. For tooltips, create a custom tooltip template and format the displayed value using JavaScript so numbers appear like $10.00 when users hover over chart columns. The legend text is generally taken from the series title, so if you want consistent currency display, focus on formatting axis labels and tooltip content. This approach is similar to cnc machining processes where precise parameter configuration ensures accurate output, just like proper chart formatting ensures correct financial data presentation.
Grid last column width auto adjustment issue
New DiscussionHi,
I have ignite grid with width as 100%.
SInce for fixed column settings (% is not supported), am setting width in px for each column.
When i give columns width in Pixcel, last column is occupys more space in large screens (it is getting auto adjusted to rest of the available width)
Please let me know how to solve the last column width issue.
Thanks,
Rajesh
Sign In
to post a reply
Replies
Discussion created by
Favorites
Replies
Created On
Last Post
Discussion created by
Favorites
0 Replies
4 Created On
Aug 20, 2021 Last Post
13 hours, 21 minutes ago