ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1ProgressBarTemplateSettings Class / IndicatorLengthDelta Property



In This Topic
    IndicatorLengthDelta Property
    In This Topic
    Gets the indicator length delta, which is useful for repositioning transitions.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IndicatorLengthDelta As Double
    'Usage
     
    
    Dim instance As C1ProgressBarTemplateSettings
    Dim value As Double
     
    value = instance.IndicatorLengthDelta
    public double IndicatorLengthDelta {get;}
    public:
    property double IndicatorLengthDelta {
       double get();
    }
    See Also