ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MapPolygonTemplate Class / CenterPointOffsetX Property

In This Topic
    CenterPointOffsetX Property (MapPolygonTemplate)
    In This Topic
    Gets or sets the X offset for the polygon center point in geographic units. An expression should evaluate to a System.Double.
    Syntax
    'Declaration
     
    Public Property CenterPointOffsetX As GrapeCity.Enterprise.Data.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.Expressions.ExpressionInfo CenterPointOffsetX {get; set;}
    See Also