NChartValueAxisRemoveMark Method |
Remove axis mark.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public void RemoveMark(
NChartValueAxisMark mark
)
Public Sub RemoveMark (
mark As NChartValueAxisMark
)
public:
virtual void RemoveMark(
[InAttribute] NChartValueAxisMark^ mark
) sealed
Parameters
- mark
- Type: NChart3D_UWPNChartValueAxisMark
Mark to remove.
See Also