Provides access to the AxisSection object.

Namespace:  Nasosoft.Chart.Drawing
Assembly:  Nasosoft.Chart.Drawing (in Nasosoft.Chart.Drawing.dll)

Syntax

Visual Basic (Declaration)
Public Class AxisSection _
	Inherits AxisSectionBase
C#
public class AxisSection : AxisSectionBase
Visual C++
public ref class AxisSection : public AxisSectionBase
JavaScript
Nasosoft.Chart.Drawing.AxisSection = function();

Type.createClass(
	'Nasosoft.Chart.Drawing.AxisSection',
	Nasosoft.Chart.Drawing.AxisSectionBase);

Remarks

The Axis Section implementation is another analytical feature embedded into Nasosoft.Chart. Utilizing this object in your charting applications allows end users to quickly identify focus areas of a chart and determine whether values fall into this range. This enhancement makes data driven charts more pleasing to the eye and easily deciphered by users. The From property is used to specify the beginning value of the section range for a selected AxisSection object. The To property is used to specify the ending value of the section range for a selected AxisSection object.

Inheritance Hierarchy

System..::.Object
  Nasosoft.Chart.Drawing..::.AxisSectionBase
    Nasosoft.Chart.Drawing..::.AxisSection

See Also