Nevron.Chart Namespace / NStockSeries Class / AppearanceMode Property


AppearanceMode Property (NStockSeries)
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("Options")>
<System.ComponentModel.DescriptionAttribute("Controls the appearance mode of the stock series.")>
<System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
Public Property AppearanceMode As SeriesAppearanceMode
 
'Usage
 
Dim instance As NStockSeries
Dim value As SeriesAppearanceMode
 
instance.AppearanceMode = value
 
value = instance.AppearanceMode
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also