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


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