ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / ChartTickMarks Class / Type Property

In This Topic
    Type Property (ChartTickMarks)
    In This Topic
    Gets or sets the type of the tick mark.
    Syntax
    'Declaration
     
    Public Property Type As RdlEnum(Of ChartTickMarksType)
    public RdlEnum<ChartTickMarksType> Type {get; set;}
    See Also