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

In This Topic
    Position Property (PieDataLabelTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.PieDataLabel.Position. Sets the position of data labels.
    Syntax
    'Declaration
     
    Public Property Position As PieLabelPosition
    public PieLabelPosition Position {get; set;}
    See Also