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