Click or drag to resize
NChartValueAxisRemoveMark Method
Remove axis mark.

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
public void RemoveMark(
	NChartValueAxisMark mark
)

Parameters

mark
Type: NChart3D_UWPNChartValueAxisMark
Mark to remove.
See Also