Nevron Chart for .NET features an axis model that allows you to have complete control over axis position and appearance. The following diagram shows a conceptual view of an axis object and the objects that comprise it.
figure 1.
As visible from the diagram, each axis consists of four components, each of them describing a different aspect of the axis behavior when placed in the chart. Following is a brief description of the axis components and their relationship with the axis.
Nevron chart uses a declarative scale definition exposed by the scale object. It is responsible for creating and layouting the scale decorations as well as converting from Logical to Scale units. The scale can be configured using a scale configurator or programmed through code.
The scale configurator on the other hand is responsible for updating the scale definition when the developer or user changes some of its properties. Once updated the scale works independently from the configurator.
In most of the cases you’ll not have to directly program the scale and use only the scale configurator, however if you require greater flexibility you may also custom program the Scale.