ComponentOne FinancialChart for WinForms
C1.Win.Chart Namespace / NormalCurve Class / LineStyle Property

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