Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / ChartTickMarks Class
Properties Methods


In This Topic
    ChartTickMarks Class Members
    In This Topic

    The following tables list the members exposed by ChartTickMarks.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the ChartTickMarks class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets a value indicating whether tick marks should be shown.

    Default: Auto, which means true for major tick marks and false for minor tick marks.

     
    Public PropertyGets or sets the interval between tick marks.

    Default (0) uses Interval.

     
    Public PropertyGets or sets the offset for the first tick mark from the axis min.

    Default (0) uses IntervalOffset.

     
    Public PropertyGets or sets the units for the IntervalOffset.

    Default: ChartAxisIntervalType.Default, which in this case means ChartAxis.IntervalOffsetType.

     
    Public PropertyGets or sets the units for the Interval.

    Default: ChartAxisIntervalType.Default, which in this case means ChartAxis.IntervalType.

     
    Public PropertyGets or sets the length of the tick mark as a percentage of the chart size.

    Default: 1.

     
    Public PropertyGets the Style object defining the line style for tick marks.  
    Public PropertyGets or sets the type of the tick mark.  
    Top
    Public Methods
     NameDescription
    Public MethodCopies properties from another ChartTickMarks to the current object.  
    Top
    See Also