<kendo:stockChart-navigator-categoryAxis>

The category axis configuration options.

Example

<kendo:stockChart-navigator>
    <kendo:stockChart-navigator-categoryAxis></kendo:stockChart-navigator-categoryAxis>
</kendo:stockChart-navigator>

Configuration Attributes

axisCrossingValue java.lang.Object

Category index at which the first value axis crosses this axis (when set as an object).Category indices at which the value axes cross the category axis (when set as an array).

Example

<kendo:stockChart-navigator-categoryAxis axisCrossingValue="axisCrossingValue">
</kendo:stockChart-navigator-categoryAxis>

background java.lang.String

The background color of the axis.

Example

<kendo:stockChart-navigator-categoryAxis background="background">
</kendo:stockChart-navigator-categoryAxis>

baseUnit java.lang.String

The base time interval for the date axis. The default base unit is determined automatically from the minimum difference between subsequent categories.The supported values are: "fit"; "seconds"; "minutes"; "hours"; "days"; "weeks"; "months" or "years". Setting baseUnit to "fit" will set such base unit and categoryAxis.baseUnitStep that the total number of categories does not exceed categoryAxis.maxDateGroups.Series data is aggregated for the specified base unit using the series.aggregate function.

Example

<kendo:stockChart-navigator-categoryAxis baseUnit="baseUnit">
</kendo:stockChart-navigator-categoryAxis>

baseUnitStep java.lang.Object

The step (interval) between categories in base units. Setting it to "auto" will set the step to such value that the total number of categories does not exceed categoryAxis.maxDateGroups.This option is ignored if categoryAxis.baseUnit is set to "fit".

Example

<kendo:stockChart-navigator-categoryAxis baseUnitStep="baseUnitStep">
</kendo:stockChart-navigator-categoryAxis>

categories java.lang.Object

The category names. The chart will create a category for every item of the array.

Example

<kendo:stockChart-navigator-categoryAxis categories="categories">
</kendo:stockChart-navigator-categoryAxis>

color java.lang.String

The color to apply to all axis elements. Accepts a valid CSS color string, including hex and rgb. Can be overridden by categoryAxis.labels.color andcategoryAxis.line.color.

Example

<kendo:stockChart-navigator-categoryAxis color="color">
</kendo:stockChart-navigator-categoryAxis>

field java.lang.String

The data item field which contains the category name. Requires the dataSource option to be set.

Example

<kendo:stockChart-navigator-categoryAxis field="field">
</kendo:stockChart-navigator-categoryAxis>

justified boolean

If set to true the chart will position categories and series points on major ticks. This removes the empty space before and after the series.The default value is false except for "area" and "verticalArea".

Example

<kendo:stockChart-navigator-categoryAxis justified="justified">
</kendo:stockChart-navigator-categoryAxis>

max java.lang.Object

The last date displayed on the category date axis. By default, the minimum date is the same as the last category. This is often used in combination with the categoryAxis.min and categoryAxis.roundToBaseUnit options to set up a fixed date range.

Example

<kendo:stockChart-navigator-categoryAxis max="max">
</kendo:stockChart-navigator-categoryAxis>

maxDateGroups float

The maximum number of groups (categories) to display whencategoryAxis.baseUnit is set to "fit" orcategoryAxis.baseUnitStep is set to "auto".

Example

<kendo:stockChart-navigator-categoryAxis maxDateGroups="maxDateGroups">
</kendo:stockChart-navigator-categoryAxis>

maxDivisions float

The maximum number of ticks and labels to display.

Example

<kendo:stockChart-navigator-categoryAxis maxDivisions="maxDivisions">
</kendo:stockChart-navigator-categoryAxis>

min java.lang.Object

The first date displayed on the category date axis. By default, the minimum date is the same as the first category. This is often used in combination with the categoryAxis.min and categoryAxis.roundToBaseUnit options to set up a fixed date range.

Example

<kendo:stockChart-navigator-categoryAxis min="min">
</kendo:stockChart-navigator-categoryAxis>

reverse boolean

If set to true the category axis direction will be reversed. By default categories are listed from left to right and from bottom to top.

Example

<kendo:stockChart-navigator-categoryAxis reverse="reverse">
</kendo:stockChart-navigator-categoryAxis>

roundToBaseUnit boolean

If set to true the chart will round the first and last date to the nearest base unit.The roundToBaseUnit option will be ignored if series.type is set to "bar", "column", "ohlc" or "candlestick".

Example

<kendo:stockChart-navigator-categoryAxis roundToBaseUnit="roundToBaseUnit">
</kendo:stockChart-navigator-categoryAxis>

visible boolean

If set to true the chart will display the category axis. By default the category axis is visible.

Example

<kendo:stockChart-navigator-categoryAxis visible="visible">
</kendo:stockChart-navigator-categoryAxis>

weekStartDay float

The week start day when categoryAxis.baseUnit is set to "weeks".The supported values are: kendo.days.Sunday - equal to 0; kendo.days.Monday - equal to 1; kendo.days.Tuesday - equal to 2; kendo.days.Wednesday - equal to 3; kendo.days.Thursday - equal to 4; kendo.days.Friday - equal to 5 or kendo.days.Saturday - equal to 6.

Example

<kendo:stockChart-navigator-categoryAxis weekStartDay="weekStartDay">
</kendo:stockChart-navigator-categoryAxis>

Configuration JSP Tags

kendo:stockChart-navigator-categoryAxis-autoBaseUnitSteps

The discrete navigator.categoryAxis.baseUnitStep values when either navigator.categoryAxis.baseUnit is set to "fit" ornavigator.categoryAxis.baseUnitStep is set to "auto".

More documentation is available at kendo:stockChart-navigator-categoryAxis-autoBaseUnitSteps.

Example

<kendo:stockChart-navigator-categoryAxis>
    <kendo:stockChart-navigator-categoryAxis-autoBaseUnitSteps></kendo:stockChart-navigator-categoryAxis-autoBaseUnitSteps>
</kendo:stockChart-navigator-categoryAxis>

kendo:stockChart-navigator-categoryAxis-crosshair

The crosshair configuration options.

More documentation is available at kendo:stockChart-navigator-categoryAxis-crosshair.

Example

<kendo:stockChart-navigator-categoryAxis>
    <kendo:stockChart-navigator-categoryAxis-crosshair></kendo:stockChart-navigator-categoryAxis-crosshair>
</kendo:stockChart-navigator-categoryAxis>

kendo:stockChart-navigator-categoryAxis-labels

The axis labels configuration.

More documentation is available at kendo:stockChart-navigator-categoryAxis-labels.

Example

<kendo:stockChart-navigator-categoryAxis>
    <kendo:stockChart-navigator-categoryAxis-labels></kendo:stockChart-navigator-categoryAxis-labels>
</kendo:stockChart-navigator-categoryAxis>

kendo:stockChart-navigator-categoryAxis-line

The configuration of the axis lines. Also affects the major and minor ticks, but not the grid lines.

More documentation is available at kendo:stockChart-navigator-categoryAxis-line.

Example

<kendo:stockChart-navigator-categoryAxis>
    <kendo:stockChart-navigator-categoryAxis-line></kendo:stockChart-navigator-categoryAxis-line>
</kendo:stockChart-navigator-categoryAxis>

kendo:stockChart-navigator-categoryAxis-majorGridLines

The configuration of the major grid lines. These are the lines that are an extension of the major ticks through the body of the chart.

More documentation is available at kendo:stockChart-navigator-categoryAxis-majorGridLines.

Example

<kendo:stockChart-navigator-categoryAxis>
    <kendo:stockChart-navigator-categoryAxis-majorGridLines></kendo:stockChart-navigator-categoryAxis-majorGridLines>
</kendo:stockChart-navigator-categoryAxis>

kendo:stockChart-navigator-categoryAxis-majorTicks

The configuration of the category axis major ticks.

More documentation is available at kendo:stockChart-navigator-categoryAxis-majorTicks.

Example

<kendo:stockChart-navigator-categoryAxis>
    <kendo:stockChart-navigator-categoryAxis-majorTicks></kendo:stockChart-navigator-categoryAxis-majorTicks>
</kendo:stockChart-navigator-categoryAxis>

kendo:stockChart-navigator-categoryAxis-minorGridLines

The configuration of the minor grid lines. These are the lines that are an extension of the minor ticks through the body of the chart.

More documentation is available at kendo:stockChart-navigator-categoryAxis-minorGridLines.

Example

<kendo:stockChart-navigator-categoryAxis>
    <kendo:stockChart-navigator-categoryAxis-minorGridLines></kendo:stockChart-navigator-categoryAxis-minorGridLines>
</kendo:stockChart-navigator-categoryAxis>

kendo:stockChart-navigator-categoryAxis-minorTicks

The configuration of the category axis minor ticks.

More documentation is available at kendo:stockChart-navigator-categoryAxis-minorTicks.

Example

<kendo:stockChart-navigator-categoryAxis>
    <kendo:stockChart-navigator-categoryAxis-minorTicks></kendo:stockChart-navigator-categoryAxis-minorTicks>
</kendo:stockChart-navigator-categoryAxis>

kendo:stockChart-navigator-categoryAxis-notes

The category axis notes configuration.

More documentation is available at kendo:stockChart-navigator-categoryAxis-notes.

Example

<kendo:stockChart-navigator-categoryAxis>
    <kendo:stockChart-navigator-categoryAxis-notes></kendo:stockChart-navigator-categoryAxis-notes>
</kendo:stockChart-navigator-categoryAxis>

kendo:stockChart-navigator-categoryAxis-plotBands

The plot bands of the category axis.

More documentation is available at kendo:stockChart-navigator-categoryAxis-plotBands.

Example

<kendo:stockChart-navigator-categoryAxis>
    <kendo:stockChart-navigator-categoryAxis-plotBands></kendo:stockChart-navigator-categoryAxis-plotBands>
</kendo:stockChart-navigator-categoryAxis>

kendo:stockChart-navigator-categoryAxis-title

The title configuration of the category axis.

More documentation is available at kendo:stockChart-navigator-categoryAxis-title.

Example

<kendo:stockChart-navigator-categoryAxis>
    <kendo:stockChart-navigator-categoryAxis-title></kendo:stockChart-navigator-categoryAxis-title>
</kendo:stockChart-navigator-categoryAxis>
In this article
Not finding the help you need?