NChartLineSeriesMarker Property |
Marker that is shown on the points. This is null by default (no marker is displayed).
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public NChartMarker Marker { get; set; }
Public Property Marker As NChartMarker
Get
Set
public:
virtual property NChartMarker^ Marker {
NChartMarker^ get () sealed;
void set (NChartMarker^ value) sealed;
}
Property Value
Type:
NChartMarkerImplements
INChartLineSeriesMarkerSee Also