ChartXAxisTitleSettingsTagHelper
Example
Razor
<chart-x-axis-item-title>
<border />
<margin />
<padding />
</chart-x-axis-item-title>
ChildTags
| Tag Name | Details |
|---|---|
| border | ChartXAxisTitleBorderSettingsTagHelper |
| margin | ChartXAxisTitleMarginSettingsTagHelper |
| padding | ChartXAxisTitlePaddingSettingsTagHelper |
Attributes
| Attribute | Type | Description |
|---|---|---|
| background | String | The background color of the title. Accepts a valid CSS color string, including hex and rgb. |
| color | String | The text color of the title. Accepts a valid CSS color string, including hex and rgb. |
| font | String | The font style of the title. |
| position | ChartAxisTitlePosition | Specifies the title position. |
| rotation | Double | The rotation angle of the title. By default the title is not rotated. |
| text | String | The text of the title. |
| visible | Boolean | If set to true the chart will display the scatter chart x axis title. By default the scatter chart x axis title is visible. |
| visual | String | A function that can be used to create a custom visual for the title. The available argument fields are: text - the label text.; rect - the kendo.geometry.Rect that defines where the visual should be rendered.; sender - the chart instance (may be undefined).; options - the label options. or createVisual - a function that can be used to get the default visual.. |