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

dxBullet Configuration

Reference
An object that specifies configuration properties for the Bullet UI component.

Specifies an end value for the invisible scale. The primary, target and zero values of the Bullet UI component are held within a range. This range is represented by an invisible scale. To specify... of the Bullet UI component are contained within a range. This range is represented by an invisible scale. To specify the boundary values of this scale, set the startScaleValue and endScaleValue properties

dxCalendar Configuration

Reference
An object defining configuration properties for the Calendar UI component.

element. Specify this property if the UI component lies within an HTML form that will be submitted. onDisposing A function that is executed before the UI component is disposed of. onInitialized

dxChart Configuration

Reference
This section describes properties that configure the contents, behavior and appearance of the Chart UI component.

. To display this entire range without unused space on the value axis, the value axis's visual range gets widened or narrowed. Set this property to false if the visual range should be constant and equal... the same settings within the horizontalLine or verticalLine object, they will apply to the particular crosshair line only. Note that individual settings override common ones. View

dxChart argumentAxis

Reference
Configures the argument axis.

within the same interval get aggregated together. The aggregationGroupWidth property defines the length of each interval in pixels. See Also Data Aggregation series.aggregation aggregationInterval... that fall within the same interval get aggregated together. The aggregationInterval property defines the length of each interval. If the axis displays numbers, assign a number to this property

dxChart argumentAxis aggregationInterval

Reference
Specifies the length of aggregation intervals in axis units. Applies only to axes of continuous and logarithmic types.

For data aggregation, the argument axis is divided into intervals. Series points that fall within the same interval get aggregated together. The aggregationInterval property defines the length of each interval. If the axis displays numbers, assign a number to this property. For example, an aggregationInterval of 100 produces the following intervals: 0 to 100, 100 to 200, 200 to 300, etc