Software FX Posted July 20, 2006 Report Posted July 20, 2006 Hello, I'd like tooltips which appear to be rounded by default to be unrounded or have a specified rounding. Can i use the chart.tooltipformat mask to do this ? Thanks, John
Software FX Posted July 20, 2006 Author Report Posted July 20, 2006 The tooltip will display the values using the Axis format. You can change the Axis format used in tooltips by doing: chart.AxisY.DataFormat.Decimals = <number of decimals> Note that this is for values in the main Y-Axis, you can do the same for other axes to change the formatting of values that are attached to them. -- Francisco Padron www.chartfx.com
Recommended Posts
Archived
This topic is now archived and is closed to further replies.