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

In This Topic
    Offset Property (DataLabelTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.DataLabelBase.Offset. Sets the offset from label to the data point.
    Syntax
    'Declaration
     
    Public Property Offset As Double
    public double Offset {get; set;}
    See Also