Search Results: "Write with OpenID" "Write post with name/password" slot

dxPolarChart commonAxisSettings constantLineStyle label

Reference
An object defining constant line label properties.

A constant line label shows information on the constant line. Use the label object to configure all the constant line labels simultaneously. Within this object you can set font properties, a position... or valueAxis.constantLineStyle.label configuration object correspondingly. Note that the properties that are set within these objects override the corresponding properties that are set within

dxPolarChart commonAxisSettings label

Reference
An object defining the label configuration properties that are common for all axes in the PolarChart UI component.

Axis labels represent textual values for axis ticks, which are not visible by default. Use the label object's properties to set common label properties for all axes simultaneously. To set a common property for labels of a particular axis, use the label object within the argumentAxis or valueAxis configuration object. The values that are set individually override the corresponding common values

dxPolarChart commonAxisSettings minorGrid

Reference
Specifies the properties of the minor grid.

. Declared within the commonAxisSettings object, the minorGrid object changes the appearance of value and argument axes simultaneously. To change the appearance of the value or argument axis individually

dxPolarChart commonAxisSettings minorTick

Reference
Specifies the properties of the minor ticks.

In addition to major ticks, the PolarChart UI component provides the capability to draw minor ticks. Minor ticks divide an axis segment that lies between two neighboring major ticks. To specify how to generate minor ticks, use the minorTickInterval or minorTickCount properties. To configure the appearance of minor ticks, use the properties of the minorTick object. Declared within

dxPolarChart commonAxisSettings stripStyle

Reference
An object defining configuration properties for strip style.

Strips are the highlighted areas of a chart within a defined range of values (maximum and minimum) for an axis to which they belong. In general, strips are used to visually represent a range... the stripStyle object within the argumentAxis or valueAxis configuration object. To set common properties for all strips in a chart, define the stripStyle object within the commonAxisSettings