Version

Search Results

Rotate Series Labels

Rotate Series Labels In 2005 Volume 1 functionality was added to the chart so you can now set all the same properties you can set on the Item Labels, can now be set on the Series Labels, including rotating them. This topic assumes the chart already has its DataSource property set. For information on how to do this...

Sample XML File CandleData

Sample XML File CandleData Following is the sample xml data used for the Binding to an XML File topic. In XML:

Save a Chart Image

Save a Chart Image This topic describes how to use the SaveTo method of the element to save an image of the chart in its current state. The SaveTo method can be used to save the chart’s image to a file or to a stream. To save to a file, a path and an image format needs to be specified. The following line of code s...

Saving and Printing

Saving and Printing This section provides you with access to several task-based procedures on saving chart images, and printing charts. Print a Chart Save a Chart Image

Scale Chart Axes

Scale Chart Axes This topic explains how to scale the Chart axis or axes containing the data values. The specific axis that contains the data values will differ based on which chart type is being used. Before you start writing any code, you should place using/imports directives in your code-behind so you don’t nee...

Scatter Chart-Specific Properties

Scatter Chart-Specific Properties The following is a list of properties specific to scatter charts: UltraChart.ScatterChart.Character UltraChart.ScatterChart.CharacterFont UltraChart.ScatterChart.ChartText UltraChart.ScatterChart.ColumnX UltraChart.ScatterChart.ColumnY UltraChart.ScatterChart.ConnectWithLines Ultr...

Scatter Chart

Scatter Chart Clicking the links below will lead you to important information about scatter charts: About Scatter Charts — Gives you a brief description of scatter charts, and explains why you would want to use them. Working with Scatter Chart Data — Provides information on the type of data necessary to generate s...

Scatter Line Chart-Specific Properties

Scatter Line Chart-Specific Properties The following is a list of properties specific to scatter line charts: UltraChart.ScatterLineChart.Line.ChartText UltraChart.ScatterLineChart.Line.DrawStyle UltraChart.ScatterLineChart.Line.EndStyle UltraChart.ScatterLineChart.Line.HighLightLines UltraChart.ScatterLineChart.L...

Scatter Line Chart

Scatter Line Chart Clicking the links below will lead you to important information about scatter line charts: About Scatter Line Charts — Gives you a brief description of scatter line charts, and explains why you would want to use them. Working with Scatter Line Chart Data — Provides information on the type of dat...

Scrolling and Scaling Charts

Scrolling and Scaling Charts Any set of numbers (data) has various attributes that can be shown through charting. One attribute is data range. Other attributes are data minimum and data maximum. When charting a set of numbers (data) these attributes play an important role. Normally, a chart is created using the fo...