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

In This Topic
    TimeUnit Property (Axis)
    In This Topic
    Gets or sets the units for a time based axis.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("Axis.TimeUnit", "Gets or sets the units for a time based axis.")>
    Public Property TimeUnit As TimeUnits
    [C1Description("Axis.TimeUnit", "Gets or sets the units for a time based axis.")]
    public TimeUnits TimeUnit {get; set;}
    See Also