ooodev.format.chart2.direct.series.data_labels.borders package

Module contents

class ooodev.format.chart2.direct.series.data_labels.borders.LineProperties(style=BorderLineKind.CONTINUOUS, color=0, width=0, transparency=0)[source]

Bases: LineProperties

This class represents the line properties of a chart data series labels borders line properties.

__init__(style=BorderLineKind.CONTINUOUS, color=0, width=0, transparency=0)[source]

Constructor.

Parameters:
  • style (BorderLineKind) – Line style. Defaults to BorderLineKind.CONTINUOUS.

  • color (Color, optional) – Line Color. Defaults to Color(0).

  • width (float, UnitT, optional) – Line Width (in mm units) or Class UnitT. Defaults to 0.

  • transparency (int, Intensity, optional) – Line transparency from 0 to 100. Defaults to 0.

Return type:

None

on_property_set_error(source, event_args)[source]

Triggers for each property that fails to set.

Parameters:
  • source (Any) – Event Source.

  • event_args (KeyValArgs) – Event Args

Return type:

None