ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / PlotElement Class / GeometryTransform Property


In This Topic
    GeometryTransform Property (PlotElement)
    In This Topic
    Gets the transformation that is applied to the geometry of the shape.
    Syntax
    'Declaration
     
    
    Public Overrides ReadOnly Property GeometryTransform As Transform
    'Usage
     
    
    Dim instance As PlotElement
    Dim value As Transform
     
    value = instance.GeometryTransform
    public override Transform GeometryTransform {get;}
    See Also