NChartColumnSeriesDataSource Property |
Data source for the series.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public INChartSeriesDataSource DataSource { get; set; }
Public Property DataSource As INChartSeriesDataSource
Get
Set
public:
virtual property INChartSeriesDataSource^ DataSource {
INChartSeriesDataSource^ get () sealed;
void set (INChartSeriesDataSource^ value) sealed;
}
Property Value
Type:
INChartSeriesDataSourceImplements
INChartSeriesDataSourceSee Also