ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / DataLabelBase Class / Offset Property

In This Topic
    Offset Property (DataLabelBase)
    In This Topic
    Gets or sets the offset from label to the data point.
    Syntax
    'Declaration
     
    Public Property Offset As Double
    public double Offset {get; set;}
    See Also