ComponentOne FlexChart for UWP
C1.UWP.FlexChart Assembly / C1.Xaml.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 System.Integer
    public System.int Offset {get; set;}
    See Also