Hide Comments
Hide Comments

Comments (0)

expandingMethods

 

Name

Description

public method

AddChild(String)

Creates a new graph chart value as a child of the current graph chart value. The AddChild method creates the new graph chart value, initializes its Caption to the ACaption parameter and its Level property to the current graph chart value's Level + 1, and then creates a link from the current node to the new node.

The new graph chart value is returned by the method.

noteNote

The new graph chart value is considered a "child" only in that its Level is 1 more than the current chart value and there is a link from the current chart value to the new chart value. It is not an enforced relationship. The new graph chart value, as well as the old one, are managed by the RSGraphCharts.TRSGraphChartValues collection. You can change and delete links to sever this "parent-child" relationship.

public method

Assign(TPersistent)

Represents method Assign(TPersistent). (Overrides RSCharts.TRSShapeChartValue.Assign(TPersistent).)

protected method

LevelChanged

Represents method LevelChanged.

protected method

LinksNotify(TRSGraphChartLink,TCollectionNotification)

Represents method LinksNotify(TRSGraphChartLink,TCollectionNotification).

protected method

LinksUpdate(TRSGraphChartLink)

Represents method LinksUpdate(TRSGraphChartLink).

protected method

Loaded

Represents method Loaded. (Overrides RSChartPanel.TRSChartValue.Loaded.)

protected method

ValueChanged(Integer)

Represents method ValueChanged(Integer). (Overrides RSChartPanel.TRSChartValue.ValueChanged(Integer).)

Top

Comments (0)

RiverSoftAVG Charting Component Suite (RCCS) © 2005-2015, Thomas G. Grubb