In This Topic
Gets or sets the multi level label.
Syntax
'Declaration
Public Property MultiLevel As Boolean
'Usage
Dim instance As IndexAxis
Dim value As Boolean
instance.MultiLevel = value
value = instance.MultiLevel
public bool MultiLevel {get; set;}
See Also