Nevron.Chart Namespace / NTernaryBubbleSeries Class / CustomShape Property


CustomShape Property (NTernaryBubbleSeries)
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("Options")>
<System.ComponentModel.DescriptionAttribute("Gets or set a custom shape object that is used for display of data points.")>
<System.ComponentModel.EditorAttribute(Nevron.Editors.NSmartShapeTypeEditor, System.Drawing.Design.UITypeEditor)>
Public Property CustomShape As NSmartShape
 
'Usage
 
Dim instance As NTernaryBubbleSeries
Dim value As NSmartShape
 
instance.CustomShape = value
 
value = instance.CustomShape
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