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

In This Topic
    CenterY Property (RenderSliceEventArgs)
    In This Topic
    Pie center Y coordinate.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("RenderSliceEventArgs.CenterY", "Pie center Y coordinate.")>
    Public ReadOnly Property CenterY As Single
    [C1Description("RenderSliceEventArgs.CenterY", "Pie center Y coordinate.")]
    public float CenterY {get;}
    See Also