Version

Search Results

Data Sources

Data Sources This section provides information on the types of data sources to which you can bind the Chart control. Data Sources (Non-Series Binding) Data Source (Series Binding)

Data

Data This section contains topics describing some of the common ways to set the data source of the Chart control, and some ways to manipulate your data. Chart Data Requirements Data Sources Null Values Tickmarks Smart Tickmarks Apply an Override to a Chart Connect Scatter Chart Points with a Line Customize the Dis...

Default Preset

Default Preset The Chart control provides a Default Preset, which can be used to change the default settings of a chart when it is first added to a form. Our Default Preset feature automatically enables some useful chart features such as Smart Tickmarks and improves the default appearance of the chart by adjusting...

Deploying WinChart

Deploying WinChart When deploying a .NET application, you must distribute certain files in addition to your executable. If your application contains one or more Infragistics elements, you will have to distribute or deploy one or more Infragistics assembly files as part of your application. This topic outlines the ...

Determine Which Axis is Being Scrolled or Scaled

Determine Which Axis is Being Scrolled or Scaled You may encounter cases where you will need to determine which axis in your WinChart™ is being scaled or scrolled by your end users. The ChartScrollScaleEventArgs object, which is passed into the Scrolling and Scaling events, contains the following properties (added...

Display Data on a Time-Scale Axis

Display Data on a Time-Scale Axis Normally, charts treat date/time values in the data as string values and the X-axis is ordinal and not time-based. If you want to organize your chart data chronologically (even if the data is not in chronological order), you can set up the following chart types to use a time-scale...

Display Labels at Intervals on a Time-Scale Axis

Display Labels at Intervals on a Time-Scale Axis When using a time-scale axis, as with a numeric axis, the default TickmarkStyle is set to Percentage, and the default TickmarkPercentage is 10. This means that a tickmark will appear at every 10% of the range of data. This is not always the best option because most ...

Display Labels at a User-Defined Interval

Display Labels at a User-Defined Interval Sometimes you may require greater control over the collective appearance of labels than can be provided by AxisLabelAppearance . This topic provides an example of how you can use custom keywords to affect the concerted appearance of labels. The example places a label once ...

Display Multidimensional Data

Display Multidimensional Data This topic provides sample code that demonstrates how to take three-dimensional data or data from multiple tables and place the data into one virtual table so that the Chart control can display it. For example, the image below illustrates three distinct tables on which a chart is base...

Distance Between the Axis and the Chart Edge

Distance Between the Axis and the Chart Edge An important property for Axis is Extent . The Extent property specifies the distance between the axis and the edge of the chart. If a title is present between the axis and the edge of the chart, then Extent specifies the distance between the axis and the adjacent title...