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

In This Topic
    TickMarkLength Property (MapColorScale)
    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.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.Expressions.ExpressionInfo TickMarkLength {get; set;}
    See Also