NChartTimeAxisChart Property |
Chart the object belongs to.
This property is assigned automatically whenever the object is assigned to the chart.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public NChart Chart { get; set; }
Public Property Chart As NChart
Get
Set
public:
virtual property NChart^ Chart {
NChart^ get () sealed;
void set (NChart^ value) sealed;
}
Property Value
Type:
NChartImplements
INChartObjectChartSee Also