Skip to main content

ScatterPointLabelOptions Class

Contains options related to point labels of a scatter chart.

#Declaration

TypeScript
export class ScatterPointLabelOptions extends PointLabelOptionsBase

#Inheritance

#constructor

Initializes a new instance of the ScatterPointLabelOptions class.

#Declaration

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

#Parameters

Name Type Description
modelJson any

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

serializer ModelSerializer

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

#Properties

#content Property

Specifies the type of content displayed within point labels.

#Declaration

TypeScript
content: ko.Observable<DevExpress.Dashboard.Model.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

TypeScript
getInfo(): DevExpress.Analytics.Utils.ISerializationInfoArray

#Returns

Type Description
ISerializationInfoArray

An array of objects that provide serialization info.