Point Customization
You can customize points by initializing the point colors. The customization options allow you to differentiate the First
, Last
, Highest
, Lowest
, and Negative
points. This customization only applicable for line, column and area type Sparkline.
@(Html.EJ().Sparkline("container")
//To customize the point color of the sparkline
.NegativePointColor("Red")
.HighPointColor("Blue")
.LowPointColor("Orange")
.StartPointColor("Green")
.EndPointColor("Green")
)
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