For your Shape
objects, you have a HasLine
property, which specifies whether the border of a Shape
is visible or not. This seems to duplicate the value from the LineFormat.IsVisible
property, but works well with all shapes… except for charts. For some reason, these properties always return false
for charts, regardless of whether they have borders or not.
Please advise me on how I can determine whether a chart’s border is visible or not.
Many thanks and kind regards,
Sheridan