BoundImageItem Class
Declaration
export class BoundImageItem extends DataDashboardItem
The Bound Image dashboard item can be bound to a set of images (for instance, stored in the database or accessible by the specified URI). You can use the Bound Image as a detail item along with the Master Filtering feature.
To learn how to create and fine-tune the Bound Image on the web, see the Web Dashboard - Images topic.
constructor
Initializes a new instance of the BoundImageItem
class.
Declaration
constructor(
dashboardItemJSON?: any,
serializer?: DevExpress.Analytics.Utils.ModelSerializer
)
Parameters
Name |
Type |
Description |
dashboardItemJSON |
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
dataBindingMode Property
Declaration
dataBindingMode: ko.Observable<DevExpress.Dashboard.Model.ImageDataBindingMode>
Property Value
horizontalAlignment Property
Declaration
horizontalAlignment: ko.Observable<string>
Property Value
imageItem Property
Declaration
imageItem: ko.Observable<DevExpress.Dashboard.Model.Dimension>
Property Value
interactivityOptions Property
Declaration
interactivityOptions: DevExpress.Dashboard.Model.DashboardItemBaseInteractivityOptions
Property Value
sizeMode Property
Declaration
sizeMode: ko.Observable<string>
Property Value
uriPattern Property
Declaration
uriPattern: ko.Observable<string>
Property Value
verticalAlignment Property
Declaration
verticalAlignment: ko.Observable<string>
Property Value