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

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