ComponentOne FinancialChart for WPF
C1.WPF.Chart.Annotation Namespace / AnnotationBase Class / GetSize Method



In This Topic
    GetSize Method (AnnotationBase)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overridable Function GetSize() As _Size
    'Usage
     
    
    Dim instance As AnnotationBase
    Dim value As _Size
     
    value = instance.GetSize()
    protected virtual _Size GetSize()
    protected:
    virtual _Size GetSize(); 
    See Also