Kendo.Mvc.UI.Fluent.ChartYAxisTitleSettingsBuilder
Defines the fluent API for configuring ChartYAxisTitleSettings
Properties
Container
Gets the 1 container.
Methods
Background(System.String)
The background color of the title. Accepts a valid CSS color string, including hex and rgb.
Parameters
value System.String
The value for Background
Border(System.Action<Kendo.Mvc.UI.Fluent.ChartYAxisTitleBorderSettingsBuilder<T>>)
The border of the title.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.ChartYAxisTitleBorderSettingsBuilder>
The configurator for the border setting.
Color(System.String)
The text color of the title. Accepts a valid CSS color string, including hex and rgb.
Parameters
value System.String
The value for Color
Font(System.String)
The font style of the title.
Parameters
value System.String
The value for Font
Margin(System.Action<Kendo.Mvc.UI.Fluent.ChartYAxisTitleMarginSettingsBuilder<T>>)
The margin of the title. A numeric value will set all margins.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.ChartYAxisTitleMarginSettingsBuilder>
The configurator for the margin setting.
Padding(System.Action<Kendo.Mvc.UI.Fluent.ChartYAxisTitlePaddingSettingsBuilder<T>>)
The padding of the title. A numeric value will set all paddings.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.ChartYAxisTitlePaddingSettingsBuilder>
The configurator for the padding setting.
Rotation(System.Double)
The rotation angle of the title. By default the title is not rotated.
Parameters
value System.Double
The value for Rotation
Text(System.String)
The text of the title.
Parameters
value System.String
The value for Text
Visible(System.Boolean)
If set to true the chart will display the scatter chart y axis title. By default the scatter chart y axis title is visible.
Parameters
value System.Boolean
The value for Visible
Visual(System.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..
Parameters
handler System.String
The name of the JavaScript function that will be evaluated.
Visual(System.Func<System.Object,System.Object>)
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..
Parameters
handler System.Func<System.Object,System.Object>
The handler code wrapped in a text tag.
Position(Kendo.Mvc.UI.ChartAxisTitlePosition)
Specifies the title position.
Parameters
value Kendo.Mvc.UI.ChartAxisTitlePosition
The value for Position