Class ChartSeriesLabelsTo
Telerik UI ChartSeriesLabelsTo.
Inheritance
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class ChartSeriesLabelsTo : DataVizChildComponent, IDisposable
Constructors
ChartSeriesLabelsTo()
Declaration
public ChartSeriesLabelsTo()
Properties
Background
The background color of the to labels. Accepts a valid CSS color string, including hex and rgb.
Declaration
public string Background { get; set; }
Property Value
System.String
|
ChildContent
Declaration
public RenderFragment ChildContent { get; set; }
Property Value
Microsoft.AspNetCore.Components.RenderFragment
|
Color
The text color of the to labels. Accepts a valid CSS color string, including hex and rgb.
Declaration
public string Color { get; set; }
Property Value
System.String
|
Font
The font style of the to labels.
Declaration
public string Font { get; set; }
Property Value
System.String
|
Format
The format of the to labels. Uses kendo.format.
Declaration
public string Format { get; set; }
Property Value
System.String
|
Position
Specifies the position of the "to" labels.
Declaration
public Nullable<ChartSeriesLabelsPosition> Position { get; set; }
Property Value
System.Nullable<ChartSeriesLabelsPosition>
|
Template
The template which renders the chart series to label.The fields which can be used in the template are: category - the category name.; dataItem - the original data item used to construct the point. Will be null if binding to array.; series - the data series or value - the point value. An object containing from and to values..
Declaration
public string Template { get; set; }
Property Value
System.String
|
Visible
If set to true the chart will display the series to labels. By default chart series to labels are not displayed.
Declaration
public Nullable<bool> Visible { get; set; }
Property Value
System.Nullable<System.Boolean>
|
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder
__builder
|
OnAfterRender(Boolean)
Declaration
protected override void OnAfterRender(bool firstRender)
Parameters
System.Boolean
firstRender
|
OnInitialized()
Declaration
protected override void OnInitialized()
Overrides
OnParametersSet()
Declaration
protected override void OnParametersSet()
Serialize()
Declaration
public Dictionary<string, object> Serialize()
Returns
System.Collections.Generic.Dictionary<System.String, System.Object>
|