Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / SeriesCache Class / BarShape Property


In This Topic
    BarShape Property (SeriesCache)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property BarShape As BarShape
    'Usage
     
    
    Dim instance As SeriesCache
    Dim value As BarShape
     
    instance.BarShape = value
     
    value = instance.BarShape
    public BarShape BarShape {get; set;}
    See Also