Class ChartMarkerOffset
Represents the offset position of a chart marker, allowing customization of its location on the chart.
Implements
System.IAsyncDisposable
Namespace: Syncfusion.Blazor.Toolkit.Charts
Assembly: Syncfusion.Blazor.Toolkit.dll
Syntax
public class ChartMarkerOffset : ChartDefaultLocation, IAsyncDisposable, ISubcomponentTracker
Remarks
Use this inside ChartMarker to adjust horizontal (X) and vertical (Y) offsets for fine-tuned placement.
Constructors
ChartMarkerOffset()
Declaration
public ChartMarkerOffset()
Implements
System.IAsyncDisposable