User Tools

Site Tools


api:dk11:python:tatukgis.pdk.tgis_layervector.paintshapechartevent

Table of Contents

TGIS_LayerVector.PaintShapeChartEvent event

DK11 for Python | tatukgis.pdk.TGIS_LayerVector.PaintShapeChartEvent | Constructors | Methods | Properties | Events

PaintShapeChart event.

Available also on: Delphi | .NET | Java | ActiveX.

Syntax

# Python
@property
def PaintShapeChartEvent(
  self
) -> TGIS_ShapeEvent: 
 
@PaintShapeChartEvent.setter
def PaintShapeChartEvent(
  self,
  _value: TGIS_ShapeEvent
) -> None: 

Value

Remarks

When attached, DrawChart for each shape will not be called internally. Use it to make custom actions when drawing labels for individual shapes.

See Paint for similar example.

2023/08/09 01:57

Page Tools