Nevron .NET Vision
Nevron.Chart Namespace / NContentScaleBreakPosition Class
Members


In This Topic
    NContentScaleBreakPosition Class
    In This Topic
    Represents a scale break position, which is determined according to the amount of data left on the sides of the scale break.
    Object Model
    NContentScaleBreakPosition Class
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlIncludeAttribute(Nevron.Chart.NRangeScaleBreakPosition)>
    <System.SerializableAttribute()>
    Public Class NContentScaleBreakPosition 
       Inherits NScaleBreakPosition
       Implements Nevron.Dom.INAttribute, Nevron.Dom.INHistoryCallback, Nevron.INReferenceHolder, Nevron.INReferenceProvider 
    'Usage
     
    
    Dim instance As NContentScaleBreakPosition
    [System.Xml.Serialization.XmlInclude(Nevron.Chart.NRangeScaleBreakPosition)]
    [System.Serializable()]
    public class NContentScaleBreakPosition : NScaleBreakPosition, Nevron.Dom.INAttribute, Nevron.Dom.INHistoryCallback, Nevron.INReferenceHolder, Nevron.INReferenceProvider  
    Remarks
    For example suppose you have 10 data items and the scale break is above 7 of them and below 3 of them. In this case the scale break position will be 70 percent from the scale length as this reflects the amount of data present in the left and right (top and bottom) parts of the scale. You may limit this percent by using the PercentRange property (by default set to [10, 90]). This is needed in order to avoid extreme cases where a scale break will be driven too close to the scale begin or end values thus diminishing the readability of the chart.
    Inheritance Hierarchy

    System.Object
       Nevron.Dom.NAttribute
          Nevron.Chart.NScaleConfiguratorAttribute
             Nevron.Chart.NScaleBreakPosition
                Nevron.Chart.NContentScaleBreakPosition

    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