Nevron .NET Vision
Nevron.Chart Namespace / NScaleConfigurator Class / Title Property


In This Topic
    Title Property (NScaleConfigurator)
    In This Topic
    Gets or sets the style of the axis title
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Labels")>
    <System.ComponentModel.DescriptionAttribute("Gets or sets the angle of the scale value labels")>
    <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
    Public Property Title As NScaleTitleStyle
    'Usage
     
    
    Dim instance As NScaleConfigurator
    Dim value As NScaleTitleStyle
     
    instance.Title = value
     
    value = instance.Title
    [System.ComponentModel.Category("Labels")]
    [System.ComponentModel.Description("Gets or sets the angle of the scale value labels")]
    [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
    public NScaleTitleStyle Title {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