ComponentOne FinancialChart for WinForms
C1.Win.Chart.Finance Namespace / IchimokuCloud Class / BaseLineStyle Property

In This Topic
    BaseLineStyle Property (IchimokuCloud)
    In This Topic
    Gets or sets the Base line style.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("IchimokuCloud.BaseLineStyle", "Gets or sets the Base line style.")>
    Public Property BaseLineStyle As ChartStyle
    [C1Description("IchimokuCloud.BaseLineStyle", "Gets or sets the Base line style.")]
    public ChartStyle BaseLineStyle {get; set;}
    See Also