Skip to main content
A newer version of this page is available. .

ScatterPointLabelOptions Class

Contains options related to point labels of a scatter chart.

Declaration

export class ScatterPointLabelOptions extends PointLabelOptionsBase

Inheritance

PointLabelOptionsBase
ScatterPointLabelOptions

constructor

Initializes a new instance of the ScatterPointLabelOptions class.

Declaration

constructor(
    modelJson?: any,
    serializer?: DxDesigner.Analytics.Utils.ModelSerializer
)

Parameters

Name Type Description
modelJson any

A JSON object used for a dashboard deserialization. Do not pass this parameter directly.

serializer DxDesigner.Analytics.Utils.ModelSerializer

An object used for a dashboard deserialization. Do not pass this parameter directly.

Properties

content Property

Specifies the type of content displayed within point labels.

Declaration

content: ko.Observable<ScatterPointLabelContentType>

Property Value

Type Description
Observable<ScatterPointLabelContentType>

A ScatterPointLabelContentType object that specifies the type of content displayed within point labels.

Methods

getInfo Method

For internal use.

Declaration

getInfo(): DxDesigner.Analytics.Utils.ISerializationInfoArray

Returns

Type Description
DxDesigner.Analytics.Utils.ISerializationInfoArray