ChartInteractivityOptions Class
Contains options related to the specifics of Master Filtering and drill-down in the Chart and Pie dashboard items.
#Declaration
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.
#Inheritance
#constructor
Initializes a new instance of the ChartInteractivityOptions
class.
#Declaration
constructor(
modelJson?: any,
serializer?: DevExpress.Analytics.Utils.ModelSerializer
)
#Parameters
Name | Type | Description |
---|---|---|
model |
any | A JSON object used for dashboard deserialization. Do not pass this parameter directly. |
serializer | Model |
An object used for dashboard deserialization. Do not pass this parameter directly. |
#Properties
#targetDimensions Property
#Declaration
targetDimensions: ko.Observable<DevExpress.Dashboard.Model.TargetDimensions>
#Property Value
Type |
---|
Observable<Target |
#Methods
#getInfo Method
For internal use.
#Declaration
getInfo(): DevExpress.Analytics.Utils.ISerializationInfoArray
#Returns
Type | Description |
---|---|
ISerialization |
An array of objects that provide serialization info. |