Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is there a way to set the Axis values in C#? I see it referenced using VBA,
but I'm not able to access using C#. When I compile the statements below, I get an error 'object does not contain a definition for MinimumScale'. Thanks! ActiveChart.Axes(xlValue,xlPrimary).MinimumScale = 90; ActiveChart.Axes(xlValue,xlPrimary).MaximumScale = 105; |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can you plot a graph with 3 axes e.g. xyz values on Excel? | Charts and Charting in Excel | |||
axes values where lines cross | Charts and Charting in Excel | |||
Linking axes scale values to cells | Charts and Charting in Excel | |||
3 values on Y axes | Charts and Charting in Excel | |||
Matching the min & max values for Primary and Secondary axes | Charts and Charting in Excel |