[]
        
(Showing Draft Content)

FarPoint.Win.Chart.AxisLocation

AxisLocation Enum

Specifies the location of the axis relative to the plot area.

Namespace: FarPoint.Win.Chart
Assembly: FarPoint.Win.Chart.dll
Syntax
public enum AxisLocation
Public Enum AxisLocation

Fields

Name Description
Far

Displays axis on the far side of the plot area.

Maximum

Display axis on the maximum value on other axis.

Minimum

Display axis on the minimum value on other axis.

Near

Displays axis on the near side of the plot area.

Origin

Displays axis on the origin value on other axis.

Value

Display axis on a specified value on other axis.