Version

Search Results

Coded UI Test Extension Overview

Coded UI Test Extension Overview Topic Overview Purpose This topic explains what the Coded UI Test Extension entails; lists its supported controls; and provides system and licensing requirements. Required background The following topics are prerequisites to understanding this topic: Topic Purpose Testing the User ...

Coded UI Test Extension

Coded UI Test Extension In This Group of Topics Introduction The topics in this group explain the Coded UI Test Extension for Ultimate UI for Windows Forms controls. Topics Topic Purpose Coded UI Test Extension Overview This topic explains what the Coded UI Test Extension entails, lists the supported controls, and...

API Overview (UltraDataChart)

API Overview (UltraDataChart) This section lists each namespace that is relevant to the UltraDataChart™ control. There are also several key classes listed that you will be using while programming with this control. The namespaces and classes on this page link directly into our API documentation. Namespace: Main Vi...

Chart Axes

Chart Axes Testing LiveSample - Start Testing LiveSample - Stop Topic Overview Purpose This topic provides conceptual information about Axis objects used in the UltraDataChart™ control. Required Background The following topics are prerequisites to understanding this topic: Topic Purpose UltraDataChart This topic p...

Configuring Axis Crossing

Configuring Axis Crossing In the UltraDataChart™ control, you can use the CategoryXAxis object’s CrossingAxis and CrossingValue properties to change where the XAxis crosses the YAxis. The CrossingAxis property must be bound to the NumericYAxis using the ElementName attribute and the CrossingValue must be set to th...

Configuring Axis Label Format

Configuring Axis Label Format In the UltraDataChart™ control, axis labels always display simple text without any formatting applied to them. However, you can change the format of axis labels by setting a formatting string on the For example, if you are plotting monetary data along y-axis, the default labels will s...

Configuring Axis Label Settings

Configuring Axis Label Settings In the UltraDataChart™ control, you can change the location, rotation angle, margin, horizontal/vertical alignment, visibility, and appearance of the axis label using the following properties of an Axis objects. Property Name Property Type Description Label String Determines data ma...

Configuring Axis Orientation

Configuring Axis Orientation By default, the UltraDataChart™ control will always draw the XAxis from the left to the right side of the chart and YAxis from the bottom to the top of the chart. However, you have the option of changing this by inverting the drawing of the individual axes using the Axis object’s IsInv...

Configuring Axis Range

Configuring Axis Range In the UltraDataChart™ control, the range on numeric axes is the difference in numeric values from the beginning of the axis to the end or from the smallest to largest values in the data. The range minimum is the lowest value of the axis. The range maximum is the highest value of the axis. B...

Configuring Axis Tick Marks

Configuring Axis Tick Marks Topic Overview Purpose This topic explains, with code examples, how to configure the tick marks for a chart axis of the UltraDataChart™ control. Required background The following topics are prerequisites to understanding this topic: Topic Purpose Getting Started with Data Chart The Ultr...