Kendo.Mvc.UI.ChartPlotBandLabel
Kendo UI ChartPlotBandLabel class
Properties
Align
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
The background color of the label. Accepts a valid CSS color string, including hex and rgb.
Border
The border of the label.
Color
The text color of the label. Accepts a valid CSS color string, including hex and rgb.
Font
The font style of the label.
Margin
The margin of the label. A numeric value will set all margins.
Padding
The padding of the label. A numeric value will set all paddings.
Position
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
The rotation angle of the label. By default the label is not rotated.
Text
The text of the label.
Visible
If set to false the chart will not display the label.
Visual
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..
Methods
Serialize
Serialize current instance to Dictionary