ClassChartSeriesMarkers
Telerik UI ChartSeriesMarkers.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
public class ChartSeriesMarkers : DataVizChildComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseDataVizChildComponentChartSeriesMarkers
Implements:
Inherited Members
Constructors
ChartSeriesMarkers()
Declaration
public ChartSeriesMarkers()
Properties
Background
The background color of the series markers.
Declaration
[Parameter]
public string Background { get; set; }
Property Value
BorderRadius
The border radius in pixels when type is set to "roundedRect". Defaults to 1/5 of the marker size.
Declaration
[Parameter]
public double? BorderRadius { get; set; }
Property Value
ChildContent
Declaration
[Parameter]
public RenderFragment ChildContent { get; set; }
Property Value
Rotation
The rotation angle of the markers.
Declaration
[Parameter]
public double? Rotation { get; set; }
Property Value
Size
The marker size in pixels.
Type
Specifies the shape of the marker.
Declaration
[Parameter]
public ChartSeriesMarkersType? Type { get; set; }
Property Value
Visible
If set to true the chart will display the series markers. By default chart series markers are displayed.
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides
OnAfterRender(bool)
Declaration
protected override void OnAfterRender(bool firstRender)
Parameters
firstRender
Overrides
OnInitialized()
Declaration
protected override void OnInitialized()
Overrides
OnParametersSet()
Declaration
protected override void OnParametersSet()
Overrides
Serialize()
Declaration
public Dictionary<string, object> Serialize()
Returns