Spread WPF 18
GrapeCity.Spreadsheet.Charts Namespace / IChart Interface / BarShape Property


In This Topic
    BarShape Property (IChart)
    In This Topic
    Gets or sets the shape used with the 3D bar or column chart.
    Syntax
    'Declaration
     
    Property BarShape As BarShape
    'Usage
     
    Dim instance As IChart
    Dim value As BarShape
     
    instance.BarShape = value
     
    value = instance.BarShape
    BarShape BarShape {get; set;}
    Remarks
    This function works with Spread WPF only.
    See Also