Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Specifies the type of the tick mark.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Enumeration ChartTickMarkTypes
'Usage
Dim instance As ChartTickMarkTypes
public enum ChartTickMarkTypes
public enum class ChartTickMarkTypes
type ChartTickMarkTypes
public enum ChartTickMarkTypes
Members
| Member name | Description | |
|---|---|---|
| Cross | Tick marks appear across the axis. | |
| Inside | Tick marks appear inside the axis. | |
| None | No tick marks appear. | |
| Outside | Tick marks appear outside the axis. |