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


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