ChartItemBase Class
In This Article
#Declaration
TypeScript
export abstract class ChartItemBase extends SeriesItem
#Remarks
The ChartDashboardItemBase class provides the ChartItemBase.arguments property that holds a collection of dimensions used to provide data for arguments.
#Inherited Members
#Inheritance
#constructor
Initializes a new instance of the ChartItemBase
class.
#Declaration
TypeScript
constructor(
dashboardItemJSON?: any,
serializer?: DevExpress.Analytics.Utils.ModelSerializer
)
#Parameters
Name | Type | Description |
---|---|---|
dashboard |
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
#arguments Property
Specifies the collection of dimensions used to provide data for arguments in charts and pies.
#Declaration
TypeScript
arguments: ko.ObservableArray<DevExpress.Dashboard.Model.Dimension>
#Property Value
Type | Description |
---|---|
Observable |
A collection of Dimension objects used to provide data for arguments in charts and pies. |
#interactivityOptions Property
Provides access to interactivity options, such as Master Filtering and drill-down settings.
#Declaration
TypeScript
interactivityOptions: DevExpress.Dashboard.Model.ChartInteractivityOptions
#Property Value
Type | Description |
---|---|
Chart |
A Chart |