Click or drag to resize
NChartMarkerModel Property
Model of the marker. This property is null by default. By setting this property shape is automatically set to NChartMarkerShape.Model. If the shape is not NChartMarkerShape.Model this property has no effect even if it is not null. If the shape is NChartMarkerShape.Model and model is null it is equivalent to the shape set to NChartMarkerShape.None so no marker is displayed.

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
public NChartModel Model { get; set; }

Property Value

Type: NChartModel
See Also