"FreeformPointLineSeries" point style shape

A forum dedicated to WinForms version of LightningChart Ultimate.

Moderator: Queue Moderators

Post Reply
Felix
Posts: 72
Joined: Tue Oct 29, 2013 8:10 am

"FreeformPointLineSeries" point style shape

Post by Felix » Mon Nov 18, 2013 9:18 am

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 7503 times

User avatar
ArctionPasi
Posts: 1367
Joined: Tue Mar 26, 2013 10:57 pm
Location: Finland
Contact:

Re: "FreeformPointLineSeries" point style shape

Post by ArctionPasi » Mon Nov 18, 2013 7:39 pm

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

;)
LightningChart Support Team, PT

Felix
Posts: 72
Joined: Tue Oct 29, 2013 8:10 am

Re: "FreeformPointLineSeries" point style shape

Post by Felix » Tue Nov 19, 2013 6:53 am

Thank you. :D

Post Reply