'Declaration
<System.ComponentModel.CategoryAttribute("Options")> <System.ComponentModel.DescriptionAttribute("Controls the appearance mode of the high low series.")> <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> Public Property AppearanceMode As SeriesAppearanceMode
'Usage
Dim instance As NHighLowSeries Dim value As SeriesAppearanceMode instance.AppearanceMode = value value = instance.AppearanceMode
[System.ComponentModel.Category("Options")] [System.ComponentModel.Description("Controls the appearance mode of the high low series.")] [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] public SeriesAppearanceMode AppearanceMode {get; set;}