Spread ASP.NET 16
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / BarSeries Class / BarShape Property


In This Topic
    BarShape Property (BarSeries)
    In This Topic
    Gets or sets the shape of bars.
    Syntax
    'Declaration
     
    Public Property BarShape As BarShape
    'Usage
     
    Dim instance As BarSeries
    Dim value As BarShape
     
    instance.BarShape = value
     
    value = instance.BarShape
    public BarShape BarShape {get; set;}
    See Also