ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / PieInfo Structure / Center Field


In This Topic
    Center Field
    In This Topic
    Gets or sets the center of the pie.
    Syntax
    'Declaration
     
    
    Public Center As Point
    'Usage
     
    
    Dim instance As PieInfo
    Dim value As Point
     
    value = instance.Center
     
    instance.Center = value
    public Point Center
    See Also