has_hi_lo_lines property

has_hi_lo_lines property

True if the line chart has high-low lines. Applies only to line charts.

Definition:

@property
def has_hi_lo_lines(self):
    ...
@has_hi_lo_lines.setter
def has_hi_lo_lines(self, value):
    ...

See Also