ComponentOne FinancialChart for WPF
C1.WPF.Chart.Interaction Namespace / C1RangeSelector Class / UpdateTrackLayout Method



In This Topic
    UpdateTrackLayout Method (C1RangeSelector)
    In This Topic
    This method will take the current min, max, and value to calculate and layout the current control measurements.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub UpdateTrackLayout() 
    'Usage
     
    
    Dim instance As C1RangeSelector
     
    instance.UpdateTrackLayout()
    protected override void UpdateTrackLayout()
    protected:
    void UpdateTrackLayout(); override 
    See Also