Chart Title and Subtitle Topic Overview Purpose The title and subtitle feature of the UltraCategoryChart control allows you to add information to the top section of the chart control. When adding a title or subtitle to the chart control, the content of the chart automatically resizes allowing for the title and sub...
Chart Types Overview In order to select how data should be displayed it is enough to set the ChartType property of this chart. Below are all of the types that the Category Chart supports. Special case is the Auto setting of that property. If Auto is used the chart will analyze assigned data and will assign the mos...
Configuring Axis Gap and Overlap Purpose This topic provides information on configuring axis gap and axis overlap in the UltraCategoryChart control. Required background The following topic is a prerequisite to understanding this topic: Adding Category Chart In this topic This topic contains the following sections:...
Axis Intervals Purpose This topic demonstrates how to configure the major and minor intervals for chart axes of the UltraCategoryChart control. In the UltraCategoryChart control, axis major interval specifies how frequent major gridlines and axis labels are rendered on an axis. Similarly, axis minor interval speci...
Configuring Axis Labels The UltraCategoryChart control allows you full control over configuring, formatting and styling the labels displayed on your chart. By default, you do not need to explicitly set the labels. The Category Chart will use the first appropriate string property that it finds within the data you p...
Axis Range In the UltraCategoryChart 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. In this to...
Axis Tickmarks Tick marks display points on the axes. They represent a certain numeric point on a scale or the value of the underlying data item in a category axis. In this topic This topic contains the following sections: Property Settings Code Snippet Related Content Property Settings In the UltraCategoryChart c...
Axis Titles In this topic This topic contains the following sections: Property Settings Code Snippet Related Content Property Settings You can customize the look and feel of the category chart’s x-axis and y-axis titles in many different ways such as applying different font styles, margins, and alignment. This can...
Configuring Chart Markers Markers are visual elements that are displayed at the values of data points in the UltraCategoryChart 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. This section provides you with useful...
Configuring Chart Types In this topic This topic contains the following sections: Setting Chart Type Look and Feel Related Content Setting Chart Type As described in the Chart Types topic the chart can render different types of chart with a simple change of a property. To assign chart type during initialization: I...