Markers in WPF Sparkline (SfSparkline)
23 Oct 2019 / 1 minute to read
Markers are used to indicate the value point for line and area series, and we can customize with different template.
<Syncfusion:SfLineSparkline
ItemsSource="{Binding UsersList}"
MarkerVisibility="Visible"
YBindingPath="NoOfUsers">
</Syncfusion:SfLineSparkline >
SfLineSparkline sparkline = new SfLineSparkline()
{
ItemsSource = new SparkViewModel().UsersList,
YBindingPath = "NoOfUsers",
MarkerVisibility = Visibility.Visible
};
Following is the snapshot for markers,
Was this page helpful?
Yes
No
Thank you for your feedback!
Thank you for your feedback and comments. We will rectify this as soon as possible!
An unknown error has occurred. Please try again.
Help us improve this page