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

In This Topic
    SelectedItemPosition Property (SunburstTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.FlexPieBase<T>.SelectedItemPosition. Sets the position of the selected slice.
    Syntax
    'Declaration
     
    Public Property SelectedItemPosition As Position
    public Position SelectedItemPosition {get; set;}
    Remarks
    Setting this property to a value other than 'None' causes the pie to rotate when an item is selected. Note that in order to select slices by clicking the chart, you must set theselectionMode property to "Point".
    See Also