Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have created a Chart control programatically. I set the minimum value of
the horizontal axis by using the following code Axis ax = chart.Axes(XlAxisType.xlValue, XlAxisGroup.xlPrimary) as Axis; ax.MinimumScale = 10000.0; I need to change the format of the values displayed in the axis from number to currency instead of number. How do I do this programatically? How can I programatically give format code for the axis. Thanks in advance. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do you programatically format embedded charts | Excel Programming | |||
Programatically Naming Worksheets (using catenated values) | Excel Programming | |||
setting minumumScale of an axis programatically | Excel Programming | |||
How to insert X axis scale values next to axis and X axis grid lin | Charts and Charting in Excel | |||
validating 4 values programatically | Excel Programming |