ooodev.format.proto.chart2.axis.positioning.position_axis_t module
- protocol ooodev.format.proto.chart2.axis.positioning.position_axis_t.PositionAxisT[source]
Bases:
StyleT
,Protocol
Position Axis Protocol
Classes that implement this protocol must have the following methods / attributes:
- __init__(on_mark=Ellipsis)[source]
Constructor
- Parameters:
on_mark (bool, optional) – Specifies that the axis is position. If
True
, specifies that the axis is positioned on the first/last tickmarks. This makes the data points visual representation begin/end at the value axis. IfFalse
, specifies that the axis is positioned between the tickmarks. This makes the data points visual representation begin/end at a distance from the value axis.- Return type:
None
- __protocol_attrs__ = {'add_event_listener', 'add_event_observer', 'apply', 'backup', 'copy', 'get_attrs', 'get_props', 'get_update_obj', 'has_update_obj', 'on_applied', 'on_applying', 'on_property_backed_up', 'on_property_backing_up', 'on_property_restore_set', 'on_property_restore_setting', 'on_property_set', 'on_property_set_error', 'prop_format_kind', 'prop_has_attribs', 'prop_has_backup', 'prop_on_mark', 'prop_parent', 'remove_event_listener', 'remove_event_observer', 'restore', 'set_update_obj', 'support_service', 'update'}
- property prop_on_mark: bool
- Return type:
bool