Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Class graphomate.ui.tables.AbstractColumn


extends sap.ui.core.Element


Quick Start

This abstract base class is not meant to be instantiated. It provides common attributes for the column classes graphomate.ui.tables.DataColumn and graphomate.ui.tables.DeviationColumn.




Constructor Details

new graphomate.ui.tables.AbstractColumn(id?:string, settings?:object)

Throws an error when instantiated. Inheritates the following settings to its subclasses:

Properties:
Aggregations:




Property Details

Each property "sampleProperty" can be set using the related setter "setSampleProperty". Each setter expects a valid value for the related property as input parameter and throws an exception for invalid values. It returns the "this context" for method chaining. Each property "sampleProperty" can also be gotten using the related getter method "getSampleProperty". It expects no input parameters and returns the current value of the related property. Each property that represents or partially contains indices excepts a 0 based index.

The following properties are available:

Property NameTypeDescription
labelstringThis string will be used to label the deviation chart, if one of the following chart properties is enabled: "showAxisLabelsLeft", "showAxisLabelsRight", "showSeriesLabelsLeft", "showSeriesLabelsRight".
typegraphomate.ui.enums.DeviationTypeSpecifies whether the deviation chart should display an absolute or relative deviation.
baseSeriesIndexgraphomate.ui.types.UnsignedIntegerSets the index of the chart's data series that should be used as a base value for calculating the deviation. Use 0 for series1, 1 for series2 and so on. The base of the deviation is the value that gets subtracted from the measure to calculate the deviation value.
measureSeriesIndexgraphomate.ui.types.UnsignedIntegerSets the index of the chart's data series that should be used as a measure value for calculating the deviation. Use 0 for series1, 1 for series2 and so on. The measure of the deviation is the value from which the base gets subtracted to calculate the deviation value.



  • No labels

0 Comments

You are not logged in. Any changes you make will be marked as anonymous. You may want to Log In if you already have an account.