NavigatorCategoryAxisComponent
Represents the category axis of the navigator in a Kendo UI Stock Chart.
<kendo-stockchart>
<kendo-chart-navigator>
<kendo-chart-navigator-category-axis
color="maroon"
[labels]="{color: 'green'}">
</kendo-chart-navigator-category-axis>
</kendo-chart-navigator>
</kendo-stockchart>
Selector
kendo-chart-navigator-category-axis
Inputs
Name | Type | Default | Description |
---|---|---|---|
autoBaseUnitSteps |
|
Specifies the automatic base unit steps configuration. | |
axisCrossingValue |
|
Specifies the axis crossing value or values. | |
background |
|
Specifies the background color of the axis. | |
baseUnit |
|
Specifies the base unit of the axis. | |
baseUnitStep |
|
Specifies the base unit step of the axis. | |
categories |
|
Specifies the categories for the axis. | |
color |
|
Specifies the color of the axis. | |
crosshair |
|
Specifies the crosshair configuration of the axis. | |
justified |
|
Determines whether the axis is justified. | |
labels |
|
Specifies the labels configuration of the axis. | |
line |
|
Specifies the line configuration of the axis. | |
majorGridLines |
|
Specifies the major grid lines configuration of the axis. | |
majorTicks |
|
Specifies the major ticks configuration of the axis. | |
max |
|
Specifies the maximum value of the axis. | |
maxDateGroups |
|
|
Specifies the maximum number of groups (categories) to display when
|
maxDivisions |
|
Specifies the maximum divisions of the axis. | |
min |
|
Specifies the minimum value of the axis. | |
minorGridLines |
|
Specifies the minor grid lines configuration of the axis. | |
minorTicks |
|
Specifies the minor ticks configuration of the axis. | |
name |
|
|
Specifies the unique axis name. Use it to associate a series with a category axis,
which utilizes the |
notes |
|
Specifies the notes configuration of the axis. | |
pane |
|
Specifies the pane of the axis. | |
plotBands |
|
Specifies the plot bands configuration of the axis. | |
rangeLabels |
|
Specifies the range labels configuration of the axis. | |
reverse |
|
|
Determines whether the category axis direction is reversed. Categories are listed from left to right and from bottom to top by default. |
roundToBaseUnit |
|
|
Determines whether the Chart rounds the first and last date to the nearest base unit. |
select |
|
Specifies the selection configuration of the axis. | |
startAngle |
|
|
Specifies the angle (degrees) of the first category on the axis. Use positive values to increase the angle clockwise with zero to the left. Negative values are acceptable. |
title |
|
Specifies the title configuration of the axis. | |
type |
|
|
Specifies the category axis type.
Use |
visible |
|
|
Determines whether the Chart displays the category axis. The category axis is visible by default. |
weekStartDay |
|
|
Specifies the week start day when the |
Methods
notifyChanges | ||||||
---|---|---|---|---|---|---|
Updates the component fields with the specified values and refreshes the Chart. Use this method when the configuration values cannot be set through the template. ts
| ||||||
|