Table of Contents

Class ChartDataLabel

Namespace
Radzen.Blazor.Rendering
Assembly
Radzen.Blazor.dll

Represents a data label in RadzenChart.

public class ChartDataLabel
Inheritance
ChartDataLabel
Inherited Members

Constructors

ChartDataLabel()

public ChartDataLabel()

Properties

Position

The position of the label.

public Point Position { get; set; }

Property Value

Point

Text

The text of the label.

public string Text { get; set; }

Property Value

string

TextAnchor

The text anchor of the label.

public string TextAnchor { get; set; }

Property Value

string