Search Results: "wiki/RecentlyCommented" property
- All Results 1000
- Guides 22
- Reference 978
- Technical Demos
- Support Center
dxPieChart commonSeriesSettings
the argumentField property to the corresponding field from the data source. argumentType Specifies the required type for series arguments. By default, the series arguments have the same type.... In this instance, specify the required type using the argumentType property. border An object defining the series border configuration properties. To set custom border settings for the series, use
dxTabs items
to true. As an alternative to items, you can use the dataSource property. It accepts the DataSource object, whose underlying stores provide an API that allows you to update individual items without reassigning the entire item collection. NOTE Do not use the items property if you use dataSource, and vice versa. badge Specifies a badge text for the tab. component An alias for the template
Show and Hide Using the API
"); // ==== or ==== $("#loadPanelContainer").dxLoadPanel("toggle", true); } }); }); Angular To show or hide the LoadPanel programmatically, bind the visible property of the LoadPanel UI component to a component property. After that, change this property, and the LoadPanel will appear or disappear. HTMLTypeScript <dx-load-panel [hideOnOutsideClick]="true" [(visible)]="isLoadPanelVisible
dxTabPanel Configuration
the shortcut key that sets focus on the UI component. The value of this property will be passed to the accesskey attribute of the HTML element that underlies the UI component. activeStateEnabled Specifies whether the UI component changes its visual state as a result of user interaction. The UI component switches to the active state when users press down the primary mouse button. When this property
dxRangeSelector chart series
If you are going to display several series in the range selector's chart, assign an array of objects defining these series to this property. If a single series must be displayed in the chart, assign an object defining this series to this property. The properties of the series configuration object represent the properties that can be set to define the series. To get information on all