[]
        
(Showing Draft Content)

FarPoint.Win.Chart.Axis

Axis Class

Represents the Base class for axes.

Namespace: FarPoint.Win.Chart
Assembly: FarPoint.Win.Chart.dll
Syntax
public abstract class Axis
Public MustInherit Class Axis

Constructors

Name Description
Axis()

Creates a new axis.

Axis(Axis)

Creates a new axis that is a deep copy of the specified axis.

Fields

Name Description
_titleManualLayout

Specifies whether the axis title items are placed manually.

_titleOverlay

Specifies whether the axis title overlaps the axis label.

Properties

Name Description
LabelFormatter

Gets or sets the label formatter object for the axis labels.

TitleManualLayout

Gets or sets whether the axis title items are placed manually.

TitleOverlay

Gets whether the axis title overlaps the axis label.

Methods

Name Description
OnChanged(EventArgs)

Raises the Changed event.

Events

Name Description
Changed

Occurs when the axis is changed.