Search Results: "Write with OpenID" "Write post with name/password" slot
- All Results 660
- Guides 151
- Reference 509
- Technical Demos
- Support Center
dxPolarChart commonAxisSettings constantLineStyle label
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
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
. 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
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
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