has_up_down_bars property

has_up_down_bars property

Determines whether Line- or Stock-chart has a up/down bars. This is the property not only of this series but of all series of parent series group - this is projection of appropriate group property. And so this property is read-only. Use ParentSeriesGroup property for access to parent series group. Use ParentSeriesGroup.UpDownBars.HasUpDownBars read/write property for change value. Use ParentSeriesGroup.UpDownBars property for format up/down bars. Read-only bool.

Remarks

This is the projection of the property ParentSeriesGroup.UpDownBars.HasUpDownBars.

Definition:

@property
def has_up_down_bars(self):
    ...

See Also