How to set Tag for SeriesBaseXY?

Need help in implementing some specific function to your LightningChart Ultimate powered application? Post a question and get code snippets from other LightningChart Ultimate community members.

Moderator: Queue Moderators

Post Reply
saderty
Posts: 10
Joined: Tue Jul 02, 2013 8:36 pm

How to set Tag for SeriesBaseXY?

Post by saderty » Tue Jul 02, 2013 8:43 pm

Hi
I need assign my object with SeriesBaseXy.
How to make
Dim series as SeriesBaseXY
series.Tag = myobject
or
series.Name = "Myname"

Thanks.

ArctionJari

Re: How to set Tag for SeriesBaseXY?

Post by ArctionJari » Thu Jul 04, 2013 12:32 pm

SeriesBaseXY is an abstract base class for LightningChart Ultimate's series. You cannot create an instance of it and it does not provide those properties you described. You are probably thinking of classes that inherit from Control class which provide these two properties.
saderty wrote:Hi
I need assign my object with SeriesBaseXy.
How to make
Dim series as SeriesBaseXY
series.Tag = myobject
or
series.Name = "Myname"

Thanks.

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

Re: How to set Tag for SeriesBaseXY?

Post by ArctionPasi » Thu Jul 17, 2014 12:31 pm

LightningChart v.6 has Tag property/field in all data point structures and objects.
LightningChart Support Team, PT

Post Reply