neeta Posted June 6, 2007 Report Share Posted June 6, 2007 Hi, If a axis format is set to scientific,is it possible to show the decimal value in tooltip rather than scientific notation ?? thanks in advance Quote Link to comment Share on other sites More sharing options...
Frank Posted June 11, 2007 Report Share Posted June 11, 2007 Yes. The format in the ToolTip and DataGrid Can be changed independently of the format for the Axis Labels by using the DataFormat property. For example: chart1.AxisY.LabelsFormat.Format = AxisFormat.Scientific; chart1.AxisY.DataFormat.Format = AxisFormat.Number;chart1.AxisY.DataFormat.Decimals = 4; 14.zip Quote Link to comment Share on other sites More sharing options...
neeta Posted June 11, 2007 Author Report Share Posted June 11, 2007 Thanks a lot..It worked.. Quote Link to comment Share on other sites More sharing options...
Frank Posted June 12, 2007 Report Share Posted June 12, 2007 Excellent! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.