ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel.DV Namespace / Axis Class / Origin Property

In This Topic
    Origin Property (Axis)
    In This Topic
    Gets or sets the value at which to cross the other axis, if null then value will be calculated automatically
    Syntax
    'Declaration
     
    Public Property Origin As GrapeCity.Enterprise.Data.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.Expressions.ExpressionInfo Origin {get; set;}
    See Also