ComponentOne FinancialChart for WPF
C1.WPF.Chart Namespace / RenderSliceEventArgs Class / CenterY Property



In This Topic
    CenterY Property
    In This Topic
    Pie center Y coordinate.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property CenterY As Double
    'Usage
     
    
    Dim instance As RenderSliceEventArgs
    Dim value As Double
     
    value = instance.CenterY
    public double CenterY {get;}
    public:
    property double CenterY {
       double get();
    }
    See Also