ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MapColorScale Class / TickMarkLength Property

In This Topic
    TickMarkLength Property
    In This Topic
    Gets or sets the tick mark length. An expression should evaluate to a Length. The default value is 2.25pt.
    Syntax
    'Declaration
     
    Public Property TickMarkLength As GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo TickMarkLength {get; set;}
    See Also