ComponentOne FinancialChart for WinForms
C1.Win.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
     
    
    <C1DescriptionAttribute("DataLabelBase.Offset", "Gets or sets the offset of data label from corresponding data point.")>
    Public Property Offset As Integer
    [C1Description("DataLabelBase.Offset", "Gets or sets the offset of data label from corresponding data point.")]
    public int Offset {get; set;}
    See Also