ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / ChartAxis<T> Class / Origin Property

In This Topic
    Origin Property (ChartAxis<T>)
    In This Topic
    Gets or sets the value at which the axis crosses perpendicular axis.
    Syntax
    'Declaration
     
    
    Public Property Origin As Nullable(Of Double)
    public Nullable<double> Origin {get; set;}
    See Also