dashboard-js-devexpress-dot-dashboard-dot-model-c4d9e649.md
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.
SerializableModel TypedSerializableModel DashboardItem DataDashboardItem BoundImageItem
Initializes a new instance of the BoundImageItem class.
constructor(
dashboardItemJSON?: any,
serializer?: DevExpress.Analytics.Utils.ModelSerializer
)
| 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.
|
dataBindingMode: ko.Observable<DevExpress.Dashboard.Model.ImageDataBindingMode>
| Type |
|---|
| Observable<ImageDataBindingMode> |
horizontalAlignment: ko.Observable<string>
| Type |
|---|
| Observable<string> |
Specifies the dimension that provides data for the BoundImageItem alt text.
imageAltTextItem: ko.Observable<DevExpress.Dashboard.Model.Dimension>
| Type | Description |
|---|---|
| Observable<Dimension> |
A Dimension object that provides data for the BoundImageItem alt text.
|
You can specify the alternative text that depends on the selected dimension. Alt text makes images accessible to users who cannot see them, especially those using screen readers.
For information on how to set alt text in the UI, refer to the following help topic: Add Alternative Text for Image and Bound Image Items in Web.
imageItem: ko.Observable<DevExpress.Dashboard.Model.Dimension>
| Type |
|---|
| Observable<Dimension> |
interactivityOptions: DevExpress.Dashboard.Model.DashboardItemBaseInteractivityOptions
| Type |
|---|
| DashboardItemBaseInteractivityOptions |
sizeMode: ko.Observable<string>
| Type |
|---|
| Observable<string> |
uriPattern: ko.Observable<string>
| Type |
|---|
| Observable<string> |
verticalAlignment: ko.Observable<string>
| Type |
|---|
| Observable<string> |