Specifies the types of tick marks.

Namespace:  C1.C1Rdl.Rdl2008
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public enum ChartTickMarksType
Visual Basic
Public Enumeration ChartTickMarksType

Members

Member nameDescription
Outside Tick mark outside the axis.
Inside Tick mark inside the axis.
Cross Tick mark across the axis.
None No tick mark.

See Also