Search Results: language:TI Anmeldung Charts Bookmark-Button

Line Series

Guides

Line series visualize data as a collection of points connected by a line. This line can be broken, smooth, or step-like, which corresponds to the Line, Spline, and Step Line series types. Line...

Overview

Guides

title: Chart - Point Labels Overview Each series point can be accompanied with a label that displays the point's value(s) or custom data. To configure point labels, use the fields of the label...

Resolve Overlapping

Guides

In multi-series charts, point labels often overlap. To decide how to resolve overlapping, employ the resolveLabelOverlapping property. It allows you to hide certain labels, or arrange all labels in stacks, or keep the labels as they are (i.e. overlapping). jQuery JavaScript$(function() { $("#chartContainer").dxChart({ // ... resolveLabelOverlapping: 'stack' // or 'hide

Axis Titles

Guides

The axis title is a short text displayed alongside the axis. Usually, the axis title shows units of measurement for axis values, but you can put any text in it. The axis title is configured by the...

Grid

Guides

A grid is a set of mutually-crossing vertical and horizontal lines that stretch throughout the entire chart. Visually, grid lines can be considered extensions of major ticks. The grid improves the...