ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / Pie3DShape Class / Center Property


In This Topic
    Center Property (Pie3DShape)
    In This Topic
    Gets the center of the shape.
    Syntax
    'Declaration
     
    
    Public Overrides ReadOnly Property Center As Point3D
    'Usage
     
    
    Dim instance As Pie3DShape
    Dim value As Point3D
     
    value = instance.Center
    public override Point3D Center {get;}
    See Also