RatingChart.TimelinePosition

Syntax

TimelinePosition: PP.LTRB;

Description

The TimelinePosition property determines timeline position for rating chart.

Comments

Use JSON or the setTimelinePosition method to set the property value, and the getTimelinePosition method to get the property value.

By default the property contains the PP.LTRB.Bottom value.

Example

The example of property use is given on the page with description of the RatingChart.DateChanged event.

See also:

RatingChart