ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / BasePieRenderer Class / SizeX Property


In This Topic
    SizeX Property (BasePieRenderer)
    In This Topic
    Gets or sets the size of data element along x-axis.
    Syntax
    'Declaration
     
    
    Public Property SizeX As Double
    'Usage
     
    
    Dim instance As BasePieRenderer
    Dim value As Double
     
    instance.SizeX = value
     
    value = instance.SizeX
    public double SizeX {get; set;}
    See Also