Class ChartMarker
Represents a marker in a chart series, used to highlight data points.
Implements
System.IAsyncDisposable
Inherited Members
Namespace: Syncfusion.Blazor.Toolkit.Charts
Assembly: Syncfusion.Blazor.Toolkit.dll
Syntax
public class ChartMarker : ChartCommonMarker, IAsyncDisposable, IChartElement, ISubcomponentTracker
Remarks
This component is intended to be used inside a chart series and automatically propagates its values to the owning series for proper rendering and legend updates.
Constructors
ChartMarker()
Declaration
public ChartMarker()
Implements
System.IAsyncDisposable