NChartFunnelSeriesTag Property |
Tag of the series. You may use it as you want.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public int Tag { get; set; }
Public Property Tag As Integer
Get
Set
public:
virtual property int Tag {
int get () sealed;
void set (int value) sealed;
}
Property Value
Type:
Int32Implements
INChartSeriesTagSee Also