Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.18 KB

Color.md

File metadata and controls

34 lines (23 loc) · 1.18 KB

ui5.viz.Color

The Color control: Color container for bar, line and other chart types. Based on C3.js..

Extends: sap.ui.core.Element This module inherits all methods and attributes from the extended module and from all other modules in the inheritence hierarchy.

Sample Usage (XML View)

This element must be used with the ui5.viz.Chart control and was designed to work best in XML views and in combination with data binding.

<Chart>
  <!-- tbd -->
</Chart>

Properties

All properties have corresponding getters and setters. (read which property methods are defined automatically)

Name Type Default Description
color sap.ui.core.CSSColor null, Sets the CSS value for the color.

Aggregations

There are no public aggregations defined for ui5.viz.Color.

Events

There are no public events defined for ui5.viz.Color.


Methods

There are no public methods defined for ui5.viz.Color.