Table of Contents

TValueAxisOptions Enumeration

Options for a Value Axis.

Syntax

Namespace: FlexCel.Core

Members

Name Value Description
None 0 All magnitudes will be manual.
AutoMin 1 Use automatic minimum.
AutoMax 2 Use automatic maximum.
AutoMajor 4 Use automatic major units.
AutoMinor 8 Use automatic minor units.
AutoCross 16 Use automatic crossing point.
LogScale 32 Use logarithmic scale.
Reverse 64 Values will be in reverse order.
MaxCross 128 The category Axis will cross at the maximum value.