Click or drag to resize

FrameManagerUpdateGridAxisName Method

GRID 축의 이름을 변경

Namespace:  VIZCore3D.NET.Manager
Assembly:  VIZCore3D.NET (in VIZCore3D.NET.dll) Version: 2.8.24.1104 (2.8.24.1104)
Syntax
C#
public bool UpdateGridAxisName(
	Axis axis,
	string label
)

Parameters

axis
Type: VIZCore3D.NET.DataAxis
label
Type: SystemString
표시 이름

Return Value

Type: Boolean
갱신 결과
Examples
C#
vizcore3d.Frame.UpdateGridAxisName(Data.Axis.X, "X-Axis");
See Also