ChartYAxisPlotBandLabelSettingsTagHelper
Example
Razor
<label>
<border />
<margin />
<padding />
</label>
ChildTags
| Tag Name | Details |
|---|---|
| border | ChartYAxisPlotBandLabelBorderSettingsTagHelper |
| margin | ChartYAxisPlotBandLabelMarginSettingsTagHelper |
| padding | ChartYAxisPlotBandLabelPaddingSettingsTagHelper |
Attributes
| Attribute | Type | Description |
|---|---|---|
| align | String | The position of the plotband label.The supported values are: "left" - the plotband label is positioned on the left; "right" - the plotband label is positioned on the right or "center" - the plotband label is positioned in the center. |
| background | String | The background color of the label. Accepts a valid CSS color string, including hex and rgb. |
| color | String | The text color of the label. Accepts a valid CSS color string, including hex and rgb. |
| font | String | The font style of the label. |
| position | String | The position of the label.The supported values are: "top" - the axis label is positioned on the top; "bottom" - the axis label is positioned on the bottom or "center" - the axis label is positioned in the center. |
| rotation | Double | The rotation angle of the label. By default the label is not rotated. |
| text | String | The text of the label. |
| visible | Boolean | If set to false the chart will not display the label. |
| visual | String | A function that can be used to create a custom visual for the label. 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.. |