A Bound Image dashboard item.
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.
Initializes a new instance of the BoundImageItem class.
constructor(dashboardItemJSON?: any, serializer?: DevExpress.Analytics.Utils.ModelSerializer)
Name | Type | Default | Description |
---|---|---|---|
dashboardItemJSON | any | null | A JSON object used for dashboard deserialization. Do not pass this parameter directly. |
serializer | ModelSerializer | null | An object used for dashboard deserialization. Do not pass this parameter directly. |
dataBindingMode: ko.Observable<ImageDataBindingMode>
Type | Description |
---|---|
ko.Observable<ImageDataBindingMode> |
horizontalAlignment: ko.Observable<string>
Type | Description |
---|---|
ko.Observable<string> |
imageItem: ko.Observable<Dimension>
Type | Description |
---|---|
ko.Observable<Dimension> |
interactivityOptions: DashboardItemBaseInteractivityOptions
Type | Description |
---|---|
DashboardItemBaseInteractivityOptions |
sizeMode: ko.Observable<string>
Type | Description |
---|---|
ko.Observable<string> |
uriPattern: ko.Observable<string>
Type | Description |
---|---|
ko.Observable<string> |
verticalAlignment: ko.Observable<string>
Type | Description |
---|---|
ko.Observable<string> |
For internal use.
getInfo(): DevExpress.Analytics.Utils.ISerializationInfoArray
Type | Description |
---|---|
ISerializationInfoArray | An array of objects that provide serialization info. |