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


In This Topic
    PieInfo Property
    In This Topic
    Gets or set the PieInfo structure that describes the shape.
    Syntax
    'Declaration
     
    
    Public Property PieInfo As PieInfo
    'Usage
     
    
    Dim instance As Pie3DShape
    Dim value As PieInfo
     
    instance.PieInfo = value
     
    value = instance.PieInfo
    public PieInfo PieInfo {get; set;}
    See Also