ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / PieRenderer Class / Symbol Property


In This Topic
    Symbol Property (PieRenderer)
    In This Topic
    Gets or sets the data template that is used for data point visualization.
    Syntax
    'Declaration
     
    
    Public Property Symbol As Object
    'Usage
     
    
    Dim instance As PieRenderer
    Dim value As Object
     
    instance.Symbol = value
     
    value = instance.Symbol
    public object Symbol {get; set;}
    See Also