Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration constants to define the type of Axis

Index

Enumeration members

CategoryAxis

CategoryAxis: = "CategoryAxis"

The Axis is a Category Axis. X-values are measured based on index, not data-value

DateTimeNumericAxis

DateTimeNumericAxis: = "DateTimeNumericAxis"

The Axis is a Date / Time value Axis. X-Values are measured based on value, not index

LogarithmicAxis

LogarithmicAxis: = "LogarithmicAxis"

The Axis is a Logarithmic Numeric value Axis. X/Y Values are measured based on logN(value)

NumericAxis

NumericAxis: = "NumericAxis"

The Axis is a Numeric value Axis. X-Values are measured based on value, not index

NumericAxis3D

NumericAxis3D: = "NumericAxis3D"

The Axis is a 3D Chart Numeric value Axis. X-Values are measured based on value, not index

Generated using TypeDoc