Enum
GraphAxisTickMarkDisplayType

Specifies how tick marks are drawn on the axis.

Definition

Namespace:Telerik.Reporting

Assembly:Telerik.Reporting.dll

Syntax:

cs-api-definition
public enum GraphAxisTickMarkDisplayType

Fields

Cross

Display the tick marks so that it crosses the axis line, displaying both inside and outside the graph area.

Declaration

cs-api-definition
Cross = 3

Field Value

GraphAxisTickMarkDisplayType

Inside

Display the tick marks inside the graph area.

Declaration

cs-api-definition
Inside = 1

Field Value

GraphAxisTickMarkDisplayType

None

No tick marks.

Declaration

cs-api-definition
None = 0

Field Value

GraphAxisTickMarkDisplayType

Outside

Display the tick marks outside the graph area.

Declaration

cs-api-definition
Outside = 2

Field Value

GraphAxisTickMarkDisplayType

In this article
DefinitionFieldsCrossInsideNoneOutside
Not finding the help you need?
Contact Support