Version

Search Results

Working with Scatter Chart Data

Working with Scatter Chart Data This topic discusses useful information that will help you to ensure that your data is rendered properly in the scatter chart. Data Requirements While the Chart control allows you to easily point the chart to your own custom data, it is important that you are supplying the appropria...

Working with Scatter Line Chart Data

Working with Scatter Line Chart Data This topic discusses useful information that will help you to ensure that your data is rendered properly in the scatter line chart. Data Requirements While the Chart control allows you to easily point the chart to your own custom data, it is important that you are supplying the...

Working with Stacked Area Chart Data

Working with Stacked Area Chart Data This topic discusses useful information that will help you to ensure that your data is rendered properly in the stacked area chart. Data Requirements While the Chart control allows you to easily point the chart to your own custom data, it is important that you are supplying the...

Working with Stacked Line Chart Data

Working with Stacked Line Chart Data This topic discusses useful information that will help you to ensure that your data is rendered properly in the stacked line chart. Data Requirements While the Chart control allows you to easily point the chart to your own custom data, it is important that you are supplying the...

Working with Stacked Spline Area Chart Data

Working with Stacked Spline Area Chart Data This topic discusses useful information that will help you to ensure that your data is rendered properly in the stacked spline area chart. Data Requirements While the Chart control allows you to easily point the chart to your own custom data, it is important that you are...

Working with Stacked Spline Chart Data

Working with Stacked Spline Chart Data This topic discusses useful information that will help you to ensure that your data is rendered properly in the stacked spline chart. Data Requirements While the Chart control allows you to easily point the chart to your own custom data, it is important that you are supplying...

Working with Step Area Chart Data

Working with Step Area Chart Data This topic discusses useful information that will help you to ensure that your data is rendered properly in the step area chart. Data Requirements While the Chart control allows you to easily point the chart to your own custom data, it is important that you are supplying the appro...

Working with Step Line Chart Data

Working with Step Line Chart Data This topic discusses useful information that will help you to ensure that your data is rendered properly in the step line chart. Data Requirements While the Chart control allows you to easily point the chart to your own custom data, it is important that you are supplying the appro...

Working with Treemap Chart Data

Working with Treemap Chart Data Data Requirements While the Chart control allows you to easily set the chart’s data source to your own custom data, it is important that you supply the appropriate amount and type of data that the chart requires. If the data does not meet the minimum requirements based on the type o...

Writing a Layer Class

Writing a Layer Class A custom layer class must implement the ILayer interface. This can be done by inheriting UltraChart.Core.Layers.Layer , or by implementing the interface directly. To implement ILayer, create private fields to store properties, and set/return them in the public properties contained in the inte...