Nevron .NET Vision
Nevron.Chart Namespace / NVennSeries Class / LabelsTextStyle Property


In This Topic
    LabelsTextStyle Property
    In This Topic
    Controls the text style of the Venn segment labels.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.EditorAttribute(Nevron.Editors.NTextStyleTypeEditorNoAutomatic, System.Drawing.Design.UITypeEditor)>
    Public Property LabelsTextStyle As NTextStyle
    'Usage
     
    
    Dim instance As NVennSeries
    Dim value As NTextStyle
     
    instance.LabelsTextStyle = value
     
    value = instance.LabelsTextStyle
    [System.ComponentModel.Editor(Nevron.Editors.NTextStyleTypeEditorNoAutomatic, System.Drawing.Design.UITypeEditor)]
    public NTextStyle LabelsTextStyle {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