MapProxySource QML Type

A source that uses the values of another source to produce values from a map. More...

Import Statement: import org.kde.quickcharts
Inherits:

ChartDataSource

Properties

Detailed Description

This source reads values from another source, then uses those as an index to a map of different values and returns the appropriate value from that map. This source's itemCount matches that of the other source.

Property Documentation

map : QVariantMap

The map to index for values.


source : ChartDataSource

A ChartDataSource that is used as map indexes.