Hello,
I'm working with UltraDataChart (Infragistics4.Win.DataVisualization.UltraDataChart.v18.1).
i use LineSeries. and set the marker properties.
On the webpage below, there are 4 supported properties.
https://ko.infragistics.com/help/winforms/18.1/datachart-customizing-markers
but, in my code. there is no "Thickness" property.(i attached an image)
How can i change marker width ?
Hello Bok Sil Chang,
As you can see in the document, the property name is "MarkerSeries.Thickness", not "MarkerSeries.MarkerSomthing". You can see "Thickness" property as in the following screen shot.
Please note that this Thickness property is not for specifying marker's thickness or its size. It's for specifying series's thickness. If the series is a LineSeries, it's for specifying thickness of the line.
If you want to change the marker width, I'm afraid to say that ultraDataChart doesn't have the capability to do it. Instead, there is a possibility to make it by overlapping BubbleSeries with LineSeries.A similar topic is discussed here: https://ko.infragistics.com/community/forums/f/ultimate-ui-for-windows-forms/106499/ultradata-chartAnd here is the online document about BubbleSeries: https://ko.infragistics.com/help/winforms/datachart-bubble-series
I hope this will help.