Chart Legends This topic introduces legends and explains which type of legends are supported by Chart Series in the UltraDataChart™ control. The topic is organized as follows: Introduction Types of Legends Basic Legend Item Legend Related Content Introduction Legends help end-user identify visuals of chart series ...
Chart Markers Markers are visual elements that display the values of data points on the UltraDataChart™ control’s plot area. Markers help your end users immediately identify a data point’s value even if the value falls between major or minor grid lines. All Chart Series types that inherit from MarkerSeries class p...
Using Multiple Axes The UltraDataChart™ control use Axis objects to define axis visuals . You can add multiple axes in the same chart plot area. For each added axis in the chart control, you can specify the location in relationship to chart plot area. For more information on this, please refer to the Configuring A...
Adding Multiple Series This topic explains, with code examples, how to create composite charts by plotting multiple types of Series in the same plot area of the UltraDataChart™ control. Overview The topic is organized as follows: Introduction Examples Multiple Series from Mixed Groups of Series Multiple Overlaid S...
Navigating Chart Using Code Topic Overview Purpose This topic provides information how to navigate content in the UltraDataChart™ control in code-behind. Required background The following table lists the topics required as a prerequisite to understanding this topic. Topic Purpose UltraDataChart This topic provides...
Navigating Chart Using Mouse and Keyboard Topic Overview Purpose This topic provides information how to use mouse and keyboard inputs to navigate content in the UltraDataChart™ control. Required background The following table lists the topics required as a prerequisite to understanding this topic. Topic Purpose Ul...
Navigating Chart Using Touch Gestures Topic Overview Purpose This topic provides information how to use touch gestures to navigate the content in the UltraDataChart™ control. Required background The following table lists the topics required as a prerequisite to understanding this topic. Topic Purpose UltraDataChar...
Polar Area Series This topic explains, with code examples, how to use Polar Area Series in the UltraDataChart™ control. Introduction Polar Area Series has a shape of a filled polygon which vertices or corners are located at the polar (angle/radius) coordinates of data points. The PolarAreaSeries uses the same conc...
Polar Line Series This topic explains, with code examples, how to use Polar Line Series in the UltraDataChart™ control. Introduction Polar Line Series is rendered using a collection of straight lines connecting data points. The PolarLineSeries uses the same concepts of data plotting as the ScatterLineSeries but wr...
Polar Scatter Series This topic explains, with code examples, how to use Polar Scatter Series in the UltraDataChart™ control. Introduction Polar Scatter Series is rendered using markers at the locations of data points without connecting lines. The PolarScatterSeries uses the same concepts of data plotting as the S...