Hi,
I want to display two series that contain high densitiy sample points of amperage and voltage curve.
Q1:
is it somehow possible to customize the colors of the HighDensityScatterSeries?
Q2:
Is it possible to customize the width of each pixel? (meaning draw an elypse instead a pixel)
Q3:
It doesnt look so nice - the curves made from various pixels.
Actually i would like to use the LineSeries but it is too slow.
I also thought of calculating interpolation data points in order to get enough data point pixels to make it look better.
What do you suggest?
kmb
Hi Karl,
By default the XamDataChart provides 5 colors for its series. If you want to change them and set your own colors please looking into the following forum thread :
http://ko.infragistics.com/community/forums/p/72549/367858.aspx
Currently you cannot customize the points(markers) of the HighDensityScatterSeries.
Let me know if I can assist you with something else on this matter.
Yanko,
in the posts you gave me i read about the XamDataChart.Brushes and the Series.Brush property.
I tried both but it has no effect on the HighDensityScatterSeries.
By default the Series calculates the colors between black and red and it keeps doing although setting the brush/brushes property.
I could not find a special note about the HighDensityScatterSeries in the documents from the post.
I attached an example where i set the brush property. Would be great if you could look into this one.