Nevron .NET Vision
Nevron.Chart Namespace / NDataLabelStyle Class / FitMode Property


In This Topic
    FitMode Property (NDataLabelStyle)
    In This Topic
    Gets or sets the the fit mode of pie data labels
    Syntax
    '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;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also