Gets or sets the keyboard symbol that will be used to perform the action.

Namespace:  C1.Win.C1Chart3D
Assembly:  C1.Win.C1Chart3D.2 (in C1.Win.C1Chart3D.2.dll)

Syntax

C#
[DefaultValueAttribute('')]
public char Keychar { get; set; }
Visual Basic
<DefaultValueAttribute(""C)> _
Public Property Keychar As Char
	Get
	Set

Remarks

Only for the following actions: Reset, SetFreeRotation, SetRotationAxisX, SetRotationAxisY, SetRotationAxisZ.

See Also