...
Description |
---|
Excerpt |
---|
A TickLabelPos value specifies the position of axis tick labels. |
Signature | ||||
---|---|---|---|---|
| ||||
public sealed class TickLabelPos : TypesafeEnum
{signature}{signature: |
Signature | ||||||
---|---|---|---|---|---|---|
| }
| |||||
Public NotInheritable Class TickLabelPos
Inherits TypesafeEnum
{signature}
{values}
||Name||Description||
|{anchor:HighEnd}HighEnd|Tick labels will be displayed at the top of the chart's plot area.|
|{anchor:Invisible}Invisible|Tick labels will not be shown.|
|{anchor:LowEnd}LowEnd|Tick labels will be displayed at the bottom of the chart's plot area.|
|{anchor:NextToAxis}NextToAxis|Tick labels will be displayed next to the axis.|
{scrollbar} |
Values |
---|
Name | Description | ||||||
---|---|---|---|---|---|---|---|
| Tick labels will be displayed at the top of the chart's plot area. | ||||||
| Tick labels will not be shown. | ||||||
| Tick labels will be displayed at the bottom of the chart's plot area. | ||||||
| Tick labels will be displayed next to the axis. |
Scrollbar |
---|