Nevron .NET Vision
Nevron.Chart Namespace / NScaleTitleStyle Class / RulerAlignment Property


In This Topic
    RulerAlignment Property
    In This Topic
    Gets or sets the alignment of the title relative to the axis ruler.
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlAttributeAttribute()>
    <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Property RulerAlignment As HorzAlign
    'Usage
     
    
    Dim instance As NScaleTitleStyle
    Dim value As HorzAlign
     
    instance.RulerAlignment = value
     
    value = instance.RulerAlignment
    [System.Xml.Serialization.XmlAttribute()]
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public HorzAlign RulerAlignment {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