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



In This Topic
    Attributes Property
    In This Topic
    Gets or sets the slice attributes for animation.
    Syntax
    'Declaration
     
    
    Public Property Attributes As SliceAttribute
    'Usage
     
    
    Dim instance As PieAnimationOptions
    Dim value As SliceAttribute
     
    instance.Attributes = value
     
    value = instance.Attributes
    public SliceAttribute Attributes {get; set;}
    public:
    property SliceAttribute Attributes {
       SliceAttribute get();
       void set (    SliceAttribute value);
    }
    See Also