Visual Elements
The topics in this section describe the control elements that you see on screen. Each topic contains an image and a general overview of the corresponding element.
The following visual elements are available in the ASP.NET Chart Control.
- Chart Area
- Chart Title
- Diagram
- Panes
- Axis
- Secondary Axis
- Axis Title
- Axis Label
- Axis Custom Label
- Axis Tickmarks
- Scale Breaks
- Constant Line
- Constant Line Title
- Grid Lines
- Strips
- Series
- Series Data Point
- Series Labels
- Total Label
- Series Titles
- Legend
- Legend Marker
- Legend Check Box
- Data Point Marker
- Task Link in the Gantt View
- Trend Lines
- Regression Lines
- Moving Average and Envelope
- Fibonacci Indicators
- Annotation
Note
The Chart Control can hide its elements if there is insufficient space to display them. Elements are hidden in the following order:
To make the Chart Control always display its elements, disable the WebChartControl.AutoLayout property.
See Also