Hi,
I am using Chartfx.stripe to stripe the weekends of the month, but it is not working properlly when the months are from mulitple years.
Below is the code which i used to stripe the weekends.
Chartfx1 .OpenDataEx COD_STRIPES, UBound(dateWeekEnd), 0
For lngWeekEndCounter = 0 To (UBound(dateWeekEnd) - 1)
Chartfx1.Stripe(intWeekEndCounter).Axis = AXIS_X
Chartfx1 .Stripe(intWeekEndCounter).From = dateWeekEnd(lngWeekEndCounter) - 0.5
Chartfx1.Stripe(intWeekEndCounter).To = dateWeekEnd(lngWeekEndCounter) + 0.5
' Set the Stripe Color