NChartPointSeries Property |
Series the point belongs to.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public INChartSeries Series { get; set; }
Public Property Series As INChartSeries
Get
Set
public:
virtual property INChartSeries^ Series {
INChartSeries^ get () sealed;
void set (INChartSeries^ value) sealed;
}
Property Value
Type:
INChartSeriesSee Also