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

In This Topic
    Offset Property (PivotFlexPieTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.FlexPieBase<T>.Offset. Sets the offset of the slices from the pie center.
    Syntax
    'Declaration
     
    Public Property Offset As Single
    public float Offset {get; set;}
    Remarks
    The offset is measured as a fraction of the pie radius.
    See Also