Search Results: language:TI Anmeldung Charts Bookmark-Button

Axis Ticks

Guides

Axis ticks divide an axis into parts, and thus the readability of visualized data is improved. There are major and minor ticks. They differ in appearance. To configure major or minor ticks, use...

Show and Hide a Tooltip

Guides

Each funnel item allows you to show its tooltip programmatically by calling the showTooltip() method of the Item object. You can access this object with the API methods or in item event handlers,...

Access a Label Using the API

Guides

NOTE Before accessing a point label, you must gain access to its series point. You can learn the details in the Access a Point Using the API topic. To access a point label, call the getLabel()...

Equally-Sized Pies

Guides

The PieChart UI component comprises of a pie and other elements which can affect the pie's size. This means that pies in several side-by-side PieCharts may differ in size. Collect all these UI...

Client-Side Exporting and Printing

Guides

= DevExpress.viz.getMarkup([pieChart1, pieChart2]); DevExpress.viz.exportFromMarkup(chartMarkup, { height: 768, width: 1024, fileName: "Exported Charts", format: "PDF" }); Angular..., fileName: "Exported Charts", format: "PDF" }); }; } @NgModule({ imports: [ // ... DxPieChartModule ], // ... }) <dx-pie-chart id