aggregationGroupWidth
Specifies the length of aggregation intervals in pixels. Applies only to axes of continuous and logarithmic types. May be ignored in favor of the aggregationInterval property.
aggregationInterval
Specifies the length of aggregation intervals in axis units. Applies only to axes of continuous and logarithmic types.
axisDivisionFactor
Specifies the minimum distance between two neighboring major ticks in pixels. Applies only to the axes of the "continuous" and "logarithmic" types.
breaks
Declares a scale break collection. Applies only if the axis' type is "continuous" or "logarithmic".
categories
Specifies the order of categories on an axis of the "discrete" type.
customPositionAxis
Specifies the name of a value axis on which the argument axis should be positioned. Applies only to multi-axis charts.
linearThreshold
Specifies a value used to calculate the range on a logarithmic axis within which the axis should be linear. Applies only if the data source contains negative values or zeroes.
logarithmBase
Specifies the value to be raised to a power when generating ticks for an axis of the "logarithmic" type.
minorTickCount
Specifies how many minor ticks to place between two neighboring major ticks.
minorTickInterval
Specifies the interval between minor ticks. Applies only to the axes of the "continuous" type.
visualRange
Defines the axis' displayed range. Cannot be wider than the wholeRange.
visualRangeUpdateMode
Specifies how the axis's visual range should behave when chart data is updated.
workdaysOnly
Leaves only workdays on the axis: the work week days plus single workdays minus holidays. Applies only if the axis' argumentType is "datetime".
workWeek
Specifies which days are workdays. The array can contain values from 0 (Sunday) to 6 (Saturday). Applies only if workdaysOnly is true.
If you have technical questions, please create a support ticket in the DevExpress Support Center.