I am using WInforms UltraDataChart v18.1. I have a dataset where there are some points I want to set the color to something else.
I looked into using null values but it seems UltraDataChart doesn't use null handling of data points.
Is there a way via an event or property where I can set the color for a specific data point when rendering the line.
I am using a LineSeries.
Hello James,
The series has an UnknownValuePlotting property that will take care of null values. Otherwise I recommend using a Sparkline to customize the various points of a series. https://es.infragistics.com/help/winforms/sparkline-configuring-markers
Let me know if you have any questions.