Search
ChartEvent Members
Constructors Methods
 


Represents a timed event, useful for showing event sequences in tower charts.

The following tables list the members exposed by the ChartEvent type.

 Public Constructors

  Name Description

ChartEvent

Overloaded.  

 Public Methods

  Name Description

getDuration

Gets the event duration.

getInnerLabel

Gets label to display inside chart segments.

getOuterLabel

Gets label to display outside chart segments.

getTime

Gets the event time or order.

getTooltip

Gets segment's tooltip.

getValue

Gets the event value.

setDuration

Sets the event duration.

setInnerLabel

Sets label to display inside chart segments.

setOuterLabel

Sets label to display outside chart segments.

setTime

Sets the event time or order.

setTooltip

Sets segment's tooltip.

setValue

Sets the event value.

 See Also