New to Kendo UI for Angular? Start a free 30-day trial
WindowSettings
Represents the window settings for the Chart Wizard.
Use this interface to set the size, state, and modality of the Chart Wizard window.
typescript
const settings: WindowSettings = {
width: 600,
height: 400,
state: 'default',
modal: true
};
Name | Type | Default | Description |
---|---|---|---|
height? |
|
Sets the height of the window in pixels. | |
minHeight? |
|
Sets the minimum height of the window in pixels. | |
minWidth? |
|
Sets the minimum width of the window in pixels. | |
modal? |
|
Specifies if the window is modal. | |
state? |
|
Sets the initial state of the window. | |
width? |
|
Sets the width of the window in pixels. |