seidel1 Posted August 18, 2007 Report Share Posted August 18, 2007 In Chart FX for VS, we are displaying degrees in our Y axis by using the following code in code behind: Chart1.AxisY.DataFormat.CustomFormat = "#o"; Can we do something similar in Charting for RS Quote Link to comment Share on other sites More sharing options...
Frank Posted August 30, 2007 Report Share Posted August 30, 2007 Simply go to the property grid, set the AxisY.LabelsFormat.CustomFormat to "#o" and then set the AxisY.CustomFormat.Format to None. 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.