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


In This Topic
    BarShape Property (ISeries)
    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 ISeries
    Dim value As BarShape
     
    instance.BarShape = value
     
    value = instance.BarShape
    BarShape BarShape {get; set;}
    See Also