Page 1 of 1

"FreeformPointLineSeries" point style shape

Posted: Mon Nov 18, 2013 9:18 am
by Felix
Hi Pasi,

I was like the same symbol as in Figure 1 can be seen as a use point style shape.

How can I implement it?
Figure 1
Figure 1
Point Style Shape.png (19.69 KiB) Viewed 7520 times

Re: "FreeformPointLineSeries" point style shape

Posted: Mon Nov 18, 2013 7:39 pm
by ArctionPasi
Set the PointStyle properties like this

freeformPointLineSeries.PointStyle.Shape = Rectangle
.Color1 = White
.Color2 = Black
.Color3 = Gray
.Width = 5
.Height = 5
.BorderWidth = 0
.Angle = 45
.GradientFill = Edge

;)

Re: "FreeformPointLineSeries" point style shape

Posted: Tue Nov 19, 2013 6:53 am
by Felix
Thank you. :D