Table of Contents

Class Point<T>

Namespace
Radzen.Blazor
Assembly
Radzen.Blazor.dll

Represents a point with data.

public class Point<T> : Point

Type Parameters

T
Inheritance
Point<T>
Inherited Members

Constructors

Point()

public Point()

Properties

Data

The data associated with the point.

public T Data { get; set; }

Property Value

T