NChartMarkerShape Property |
Shape of the marker. There are predefined shapes and NChartMarkerShapeModel that requires the model to
be set.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public NChartMarkerShape Shape { get; set; }
Public Property Shape As NChartMarkerShape
Get
Set
public:
virtual property NChartMarkerShape Shape {
NChartMarkerShape get () sealed;
void set (NChartMarkerShape value) sealed;
}
Property Value
Type:
NChartMarkerShapeSee Also