ooodev.format.chart2.direct.grid package

Module contents

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

Bases: LineProperties

This class represents the line properties of a chart grid 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