NevronOpenVision
Nevron.Nov.Chart Namespace / NContentScaleBreakPosition Class
Members
NContentScaleBreakPosition Class
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
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.Nov.Dom.NNode
      Nevron.Nov.Dom.NDocumentNode
         Nevron.Nov.Dom.NElement
            Nevron.Nov.Chart.NChartElement
               Nevron.Nov.Chart.NScaleElement
                  Nevron.Nov.Chart.NScaleBreakPosition
                     Nevron.Nov.Chart.NContentScaleBreakPosition

Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

See Also