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



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