Jump to content
Software FX Community

Stripes missing with logarithmic X or Y axis


User (Legacy)

Recommended Posts

In Ver 6.2.1448, draw a stripe with a linear axis, then change the axis to

logarithmic: stripe dissappears! The stripe stays in Ver 6.0. Example code

follows. Comment out or leave in the LogBase assignment to see the problem.

Same thing for the Y-Axis, too.

-- John

Chart1.Stripes.Clear()

Chart1.AxisX.LogBase = 10

Dim myStripe As Stripe

myStripe = Chart1.Stripes(0)

myStripe.From = 3

myStripe.To = 8

myStripe.Color = System.Drawing.Color.Turquoise

myStripe.Axis = AxisItem.X

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...