ComponentOne FinancialChart for WPF
C1.WPF.Chart Namespace / DataLabelBase Class / Offset Property



In This Topic
    Offset Property (DataLabelBase)
    In This Topic
    Gets or sets the offset of data label from corresponding data point.
    Syntax
    'Declaration
     
    
    Public Property Offset As Integer
    'Usage
     
    
    Dim instance As DataLabelBase
    Dim value As Integer
     
    instance.Offset = value
     
    value = instance.Offset
    public int Offset {get; set;}
    public:
    property int Offset {
       int get();
       void set (    int value);
    }
    See Also