Represents a point with data.
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
public class Point<T> : Point| Name | Description |
|---|---|
| T |
The data associated with the point.
public T Data { get; set; }
| Type | Description |
|---|---|
| T | The data associated with the point. |