Back to Devexpress

ChartSeriesPointCustomizationSettings.Point Property

blazor-devexpress-dot-blazor-dot-chartseriespointcustomizationsettings.md

latest1.1 KB
Original Source

ChartSeriesPointCustomizationSettings.Point Property

Provides access to the point’s settings.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
public ChartSeriesPoint Point { get; }

Property Value

TypeDescription
ChartSeriesPoint

The series data point.

|

Remarks

Use this property in the CustomizeSeriesPoint event handler to access the current point’s settings. See this event’s description for additional information and examples.

See Also

ChartSeriesPointCustomizationSettings Class

ChartSeriesPointCustomizationSettings Members

DevExpress.Blazor Namespace