Type alias DataMappingAreaRangeXY
DataMappingAreaRangeXY: {
color?: string | number;
lookupValue?: string | number;
position: string | number;
range1: string | number;
range2: string | number;
}
Type declaration
-
Optional color?: string | number
-
Optional lookupValue?: string | number
-
position: string | number
-
range1: string | number
-
range2: string | number
Type definition of Area Range Series XY data mapping.
Specifies which data properties should be used and how in a series that actually visualizes the data. At least
position,range1andrange2must be specified, others are optional (color,lookupValue)