Nevron .NET Vision
Nevron.Chart Namespace / NRulerStyle Class / PaintOnScaleBreaks Property


In This Topic
    PaintOnScaleBreaks Property (NRulerStyle)
    In This Topic
    Gets or sets a value indicating whether the ruler will be displayed if a scale break is present
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlAttributeAttribute()>
    <System.ComponentModel.DefaultValueAttribute(True)>
    Public Property PaintOnScaleBreaks As System.Boolean
    'Usage
     
    
    Dim instance As NRulerStyle
    Dim value As System.Boolean
     
    instance.PaintOnScaleBreaks = value
     
    value = instance.PaintOnScaleBreaks
    [System.Xml.Serialization.XmlAttribute()]
    [System.ComponentModel.DefaultValue(true)]
    public System.bool PaintOnScaleBreaks {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