Nevron .NET Vision
Nevron.Chart Namespace / NAutoScaleBreak Class / MaxScaleBreakCount Property


In This Topic
    MaxScaleBreakCount Property
    In This Topic
    Gets or sets the maximum number of breaks that this scale break can generate
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlAttributeAttribute()>
    <System.ComponentModel.DefaultValueAttribute(1)>
    <System.ComponentModel.CategoryAttribute("General")>
    <System.ComponentModel.DescriptionAttribute("Controls the maximum number of breaks that this scale break can generate")>
    Public Property MaxScaleBreakCount As System.Integer
    'Usage
     
    
    Dim instance As NAutoScaleBreak
    Dim value As System.Integer
     
    instance.MaxScaleBreakCount = value
     
    value = instance.MaxScaleBreakCount
    [System.Xml.Serialization.XmlAttribute()]
    [System.ComponentModel.DefaultValue(1)]
    [System.ComponentModel.Category("General")]
    [System.ComponentModel.Description("Controls the maximum number of breaks that this scale break can generate")]
    public System.int MaxScaleBreakCount {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