ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / PieSlice Class / PieCenter Property


In This Topic
    PieCenter Property
    In This Topic
    Gets the pie center.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property PieCenter As Point
    'Usage
     
    
    Dim instance As PieSlice
    Dim value As Point
     
    value = instance.PieCenter
    public Point PieCenter {get;}
    See Also