ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / Pie3D Class / CreateModel Method


In This Topic
    CreateModel Method (Pie3D)
    In This Topic
    Creates the model associated with the element.
    Syntax
    'Declaration
     
    
    Protected Overridable Function CreateModel() As GeometryModel3D
    'Usage
     
    
    Dim instance As Pie3D
    Dim value As GeometryModel3D
     
    value = instance.CreateModel()
    protected virtual GeometryModel3D CreateModel()

    Return Value

    The model.
    See Also