Marker Customization

You can customize markers by initializing the MarkerSettings property. The customization options allow you to change the Visibility, Fill, Width, Opacityand Border options Color, Width, Opacity for marker. This customization only applicable for line, column and area type Sparkline.

  • HTML
  • <ej:Sparkline ClientIDMode="Static" ID="Sparkline1" runat="server">    
        <MarkerSettings Visible="true" Fill="#ff14ae" Width="4" Border-Width="1"></MarkerSettings>
    </ej:Sparkline>