ComponentOne FinancialChart for WinForms
C1.Win.Chart Namespace / Axis Class / Origin Property

In This Topic
    Origin Property (Axis)
    In This Topic
    Gets or sets the value at which an axis crosses the perpendicular axis.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("Axis.Origin", "Gets or sets the value at which an axis crosses the perpendicular axis.")>
    <DefaultValueAttribute(NaN)>
    Public Property Origin As Double
    [C1Description("Axis.Origin", "Gets or sets the value at which an axis crosses the perpendicular axis.")]
    [DefaultValue(NaN)]
    public double Origin {get; set;}
    See Also