Get Member Captions from Drop Zone
{ getDataPointDropZoneCaption }
Retrieve the member captions from a specific drop zone, which is relevant to the given data point.
Method
getDataPointDropZoneCaption(dataPoint: number[], dropZoneType: DropZoneType): string
Arguments
dataPoint: number []
- The data point to retrieve captions for.
dataPoint: DropZoneType
- The dropZoneType to look at.
Returns
string
- A string containing all captions (separated with comma) that represent the relevant member caption.