'Declaration
<System.ComponentModel.CategoryAttribute("Title")> <System.ComponentModel.DescriptionAttribute("Controls the fit mode of the pie data labels")> Public Property FitMode As DataLabelFitMode
'Usage
Dim instance As NDataLabelStyle Dim value As DataLabelFitMode instance.FitMode = value value = instance.FitMode
[System.ComponentModel.Category("Title")] [System.ComponentModel.Description("Controls the fit mode of the pie data labels")] public DataLabelFitMode FitMode {get; set;}