EaxChartView.SignaturesOptions

Syntax

SignaturesOptions: Object;

Description

The SignaturesOptions property defines settings of chart data series.

Comments

Use the setSignaturesOptions method to set the property value, and the getSignaturesOptions method to get the property value.

The setSignaturesOptions method has the following three parameters: formatter - label format, align - label alignment style, enabled - labels availability.

The getSignaturesOptions method returns a JSON object with the fields formatter, align, enabled.

Example

The example of use is given on the page with description of the EaxChartView.LegendPosition property.

See also:

EaxChartView