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

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