Jump to content
Software FX Community

Problem with x axis labeling


User (Legacy)

Recommended Posts

I have created a 3 series line chart is ASP.  The problem I am having is I

am running a loop to label the x axis.

for a = 0 to UBound(arrData) 'arrData=31

Chart.Axis(2).Label(a) = arrData(a)

Next

It works great except when it gets to the very end, the last two label do

not appear.

It won't even let me force the data into them.

Chart.Axis(2).Label(30) = "1/16/2003"

Please help

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...