Nevron .NET Vision
Nevron.Chart Namespace / NBubbleSizeScaleCellData Class / CustomShape Property


In This Topic
    CustomShape Property (NBubbleSizeScaleCellData)
    In This Topic
    Gets or set a custom shape object that is used for bubble scale levels.
    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 NBubbleSizeScaleCellData
    Dim value As NSmartShape
     
    instance.CustomShape = value
     
    value = instance.CustomShape
    [System.ComponentModel.Category("Options")]
    [System.ComponentModel.Description("Gets or set a custom shape object that is used for display of data points.")]
    [System.ComponentModel.Editor(Nevron.Editors.NSmartShapeTypeEditor, System.Drawing.Design.UITypeEditor)]
    public NSmartShape CustomShape {get; set;}
    Remarks
    This property is regarded when the value of the Shape property is set to PointShape.Custom.
    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