New to Telerik UI for ASP.NET Core? Download free 30-day trial

ChartValueAxisNotesSettingsBuilder

Methods

Position(Kendo.Mvc.UI.ChartNotePosition)

The position of the value axis note. "top" - The note is positioned on the top.; "bottom" - The note is positioned on the bottom.; "left" - The note is positioned on the left. or "right" - The note is positioned on the right..

Parameters

value - ChartNotePosition

The value for Position

Icon(System.Action)

The icon of the notes.

Parameters

configurator - System.Action<ChartValueAxisNotesIconSettingsBuilder>

The configurator for the icon setting.

Label(System.Action)

The label of the notes.

Parameters

configurator - System.Action<ChartValueAxisNotesLabelSettingsBuilder>

The configurator for the label setting.

Line(System.Action)

The line of the notes.

Parameters

configurator - System.Action<ChartValueAxisNotesLineSettingsBuilder>

The configurator for the line setting.

Visual(System.String)

A function that can be used to create a custom visual for the notes. The available argument fields are: rect - the kendo.geometry.Rect that defines the note target rect.; options - the note options.; createVisual - a function that can be used to get the default visual. or value - the note value..

Parameters

handler - System.String

The name of the JavaScript function that will be evaluated.

Visual(System.Func)

A function that can be used to create a custom visual for the notes. The available argument fields are: rect - the kendo.geometry.Rect that defines the note target rect.; options - the note options.; createVisual - a function that can be used to get the default visual. or value - the note value..

Parameters

handler - System.Func<Object,Object>

The handler code wrapped in a text tag.

In this article
Not finding the help you need?