| FrameManagerUpdateGridAxisName Method |
GRID 축의 이름을 변경
Namespace:
VIZCore3D.NET.Manager
Assembly:
VIZCore3D.NET (in VIZCore3D.NET.dll) Version: 2.8.24.1104 (2.8.24.1104)
Syntax public bool UpdateGridAxisName(
Axis axis,
string label
)
Parameters
- axis
- Type: VIZCore3D.NET.DataAxis
축 - label
- Type: SystemString
표시 이름
Return Value
Type:
Boolean갱신 결과
Examples vizcore3d.Frame.UpdateGridAxisName(Data.Axis.X, "X-Axis");
See Also