View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.charting
Sun Sun is offline
external usenet poster
 
Posts: 8
Default To have smooth curve using time scale catergory

I created chart with timsescale as catergory type

..Axes(xlCategory, xlPrimary).CategoryType = xlTimeScale
thisChart.Axes(xlCategory).Select
Selection.TickLabels.NumberFormat = "0"

With thisChart.Axes(xlCategory)
.MajorUnit = 10
End With

I am getting a unsmooth curve , I tried to use the smooth property but it
didn;t help much is there any way i can get smooth curve ?