The
Level object describes a level in the chart. Use the
Chart
object to access the control's Chart object. Use the
Bars
property to add new type of bars to the control. The Level property supports
the following properties and methods:
| | Name | Description | |
| | Alignment | Specifies the label's alignment. | |
| | BackColor | Specifies the level's background color. | |
| | Count | Counts the units in the level. | |
| | DrawGridLines | Specifies whether the grid lines are shown or hidden for specified level. | |
| | DrawTickLines | Specifies whether the tick lines are shown or hidden. | |
| | ForeColor | Specifies the level's foreground color. | |
| | GridLineColor | Specifies the grid line color for the specified level. | |
| | GridLineStyle | Specifies the style for the chart's vertical gridlines. | |
| | Label | Retrieves or sets a value that indicates the format of the level's label. | |
| | ReplaceLabel | Specifies a HTML replacement for the given label. | |
| | ToolTip | Specifies the format of the tooltip that's shown when the cursor hovers the level. | |
| | Unit | Retrieves or sets a value that indicates the unit of the level. | |