WindowSettings
Interface
Represents the window settings for the Chart Wizard.
Use this interface to set the size, state, and modality of the Chart Wizard window.
Definition
Package:@progress/kendo-angular-chart-wizard
Syntax:
TS
const settings: WindowSettings = {
width: 600,
height: 400,
state: 'default',
modal: true
};
Properties
height?
number
Sets the height of the window in pixels.
minHeight?
number
Sets the minimum height of the window in pixels.
minWidth?
number
Sets the minimum width of the window in pixels.
modal?
boolean
Specifies if the window is modal.
Sets the initial state of the window.
width?
number
Sets the width of the window in pixels.