ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / Pie Class / DefiningGeometry Property


In This Topic
    DefiningGeometry Property (Pie)
    In This Topic
    Gets the geometry that describes the shape.
    Syntax
    'Declaration
     
    
    Protected Overridable ReadOnly Property DefiningGeometry As Geometry
    'Usage
     
    
    Dim instance As Pie
    Dim value As Geometry
     
    value = instance.DefiningGeometry
    protected virtual Geometry DefiningGeometry {get;}
    See Also