ComponentOne FinancialChart for WinForms
C1.Chart Namespace / PieAnimationOptions Class / Attributes Property

In This Topic
    Attributes Property (PieAnimationOptions)
    In This Topic
    Gets or sets the slice attributes for animation.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("PieAnimationOptions.Attributes", "Gets or sets the slice attributes for animation.")>
    Public Property Attributes As SliceAttribute
    [C1Description("PieAnimationOptions.Attributes", "Gets or sets the slice attributes for animation.")]
    public SliceAttribute Attributes {get; set;}
    See Also