Jump to content

Combination Chart Y Axis right scale formatting issue.


Shailendra Tripathi

Recommended Posts

Can you please help me with below script. I want to format Y Axis right scale of combination chart but not working.

Script:

currentFormatting.Clear()

formatter = DataType.Real.CreateLocalizedFormatter()

formatter.Category = NumberFormatCategory.Currency

formatter.DecimalDigits = 2

formatter.GroupSeparatorEnabled = True

cc.YAxis.Scale.Formatting.IndexedRealFormatter[Due]=formatter

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...