T
Tom Youngquist
To All
Again trying to find documentation on chart with .NET but having trouble. Does anyone know how to set the "TickLabel
properties? I have been using the following code
MyChart1.Axes(0).TickLabels.NumberFormat = "$#,##0.00
and
MyChart1.Axes(0).TickLabels.Orientation = 4
but keep getting the error
Public member 'TickLabels' on type 'ChAxis' not found
Any ideas? Thank
Tom Youngquist
Again trying to find documentation on chart with .NET but having trouble. Does anyone know how to set the "TickLabel
properties? I have been using the following code
MyChart1.Axes(0).TickLabels.NumberFormat = "$#,##0.00
and
MyChart1.Axes(0).TickLabels.Orientation = 4
but keep getting the error
Public member 'TickLabels' on type 'ChAxis' not found
Any ideas? Thank
Tom Youngquist