wxChartElement

Description

This is the base class for chart elements.

<p>Chart elements are building blocks (arc, rectangles, labels...) that can be used to build charts. These are not visible to users of the charts, they are there for people implementing charts.</p>

Methods

Public

wxChartElement

Constructs a instance with no tooltip.

wxChartElement

Constructs a instance with a static tooltip.

wxChartElement

Constructs a instance.

~wxChartElement

void Draw

Draws the element.

bool HitTest

Elements can be activated with the mouse. This function checks whether the mouse is in the activation zone for this element.

[object Object] GetTooltipProvider

Gets the tooltip provider.

wxPoint2DDouble GetTooltipPosition

Gets the position of the tooltip.