ComponentOne FinancialChart for WPF
C1.WPF.Chart.Finance Namespace / Stochastic Class / KLineStyle Property



In This Topic
    KLineStyle Property
    In This Topic
    Gets or sets the style of k line.
    Syntax
    'Declaration
     
    
    Public Property KLineStyle As ChartStyle
    'Usage
     
    
    Dim instance As Stochastic
    Dim value As ChartStyle
     
    instance.KLineStyle = value
     
    value = instance.KLineStyle
    public ChartStyle KLineStyle {get; set;}
    public:
    property ChartStyle^ KLineStyle {
       ChartStyle^ get();
       void set (    ChartStyle^ value);
    }
    See Also