Skip to main content

ChartInteractivityOptions Class

Contains options related to the specifics of Master Filtering and drill-down in the Chart and Pie dashboard items.

#Declaration

TypeScript
export class ChartInteractivityOptions extends DashboardItemInteractivityOptions

#Remarks

In Chart and Pie dashboard items, each data point corresponds both to an argument and series value. For these items, you can specify whether Master Filtering and drill-down should be performed by the selected argument or series value. The ChartInteractivityOptions class provides the ChartInteractivityOptions.targetDimensions property that allows you to do this.

#constructor

Initializes a new instance of the ChartInteractivityOptions 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

#targetDimensions Property

#Declaration

TypeScript
targetDimensions: ko.Observable<DevExpress.Dashboard.Model.TargetDimensions>

#Property Value

Type
Observable<TargetDimensions>

#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.