Hi Bailey,
Thanks for using Syncfusion products.
We have analyzed your query and your requirement can be
achieved by using the Series Annotation. Please find the code snippet below.
Code Snippet [C#] :
var annotation = new ChartSeriesAnnotation();
annotation.AnnotationShape = AnnotationShapes.Square;
annotation.Stroke = Brushes.Black;
annotation.Fill = Brushes.Orange;
annotation.X = 3;
annotation.Y = 50;
annotation.Description
= annotation.Y.ToString();
series.Annotations
= new AnnotationsCollection();
series.Annotations.Items.Add(annotation);
We have prepared sample based on your requirement. You can
find the sample in the following location.
Sample:
Please
let us know if you require further assistance on this.
Regards,
Karthikeyan V.
SeriesAnnotationSample_d23eca85.zip