NChartTimeAxisDataSource Property |
Time axis data source.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public INChartTimeAxisDataSource DataSource { get; set; }
Public Property DataSource As INChartTimeAxisDataSource
Get
Set
public:
virtual property INChartTimeAxisDataSource^ DataSource {
INChartTimeAxisDataSource^ get () sealed;
void set (INChartTimeAxisDataSource^ value) sealed;
}
Property Value
Type:
INChartTimeAxisDataSourceSee Also