I am using a custom style in a resource dictionary for the LineDataPoint available with the toolkit.
I want the datapoint to increase in size on the mouseover event and the revert back to its original size once the mouse leaves. What’s the best way to implement this?
I haven’t found a better solution then using an extended class with necessary functionality:
This class can be used everywhere where you use the common
LineSeriesclass. It has the additional propertyIncreaseDataPointSizeTowhich contains the final size in width and height of the hovered datapoint.Example of xaml code: