Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / FunnelSeries Class / AutoOrigin Property


In This Topic
    AutoOrigin Property (FunnelSeries)
    In This Topic
    Gets or sets whether the bar origin is automatically calculated or manually assigned.
    Syntax
    'Declaration
     
    
    Public Overrides ReadOnly Property AutoOrigin As Boolean
    'Usage
     
    
    Dim instance As FunnelSeries
    Dim value As Boolean
     
    value = instance.AutoOrigin
    public override bool AutoOrigin {get;}
    Remarks
    If false, then the bar origin is manually assigned via the Origin property. If true, then bar origin is automatically calculated as the minimum value in the series.
    See Also