Hello,
I am creating a linear spark line in my wpf project. My datasource will have 43 points (from -21 to 21). I will have to mark the highest indicator point and lowest indicator point in Red whereas zero (middle) indicator point in blue.
I can mark Highest & Lowest indicator points by using following properly
However I could not find any way to highlight middle (zero) indicator point. I will appreciate for any idea to mark this point.
Thanks,
M. Irfan
I am creating a linear spark line in my wpf project. My datasource will have 43 points (from -21 to 21). I will have to mark the highest indicator point and lowest indicator point in Red whereas zero (middle) indicator point in blue.
I can mark Highest & Lowest indicator points by using following properly
ShowLowPointIndicators="True" ShowHighPointIndicators="True"
However I could not find any way to highlight middle (zero) indicator point. I will appreciate for any idea to mark this point.
Thanks,
M. Irfan