Class Qww.ObjectCaption
Represents the caption of a QlikView object (for example Chart, Table, TextBox etc.)
Defined in: <JavaScript\QWW\QwwJs_Hub.js>.
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
Represents the caption of a QlikView object (for example Chart, Table, TextBox etc.
|
| Field Attributes | Field Name and Description |
|---|---|
|
Whether the caption is visible.
|
|
|
Text for the caption.
|
Class Detail
Qww.ObjectCaption()
Represents the caption of a QlikView object (for example Chart, Table, TextBox etc.).
Field Detail
{Bool}
Enabled
Whether the caption is visible.
{String}
Text
Text for the caption.
