Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / StackedBarSeries Class / Percent Property
Example


In This Topic
    Percent Property (StackedBarSeries)
    In This Topic
    Gets or sets whether bars are stacked or 100% stacked.
    Syntax
    'Declaration
     
    
    Public Property Percent As Boolean
    'Usage
     
    
    Dim instance As StackedBarSeries
    Dim value As Boolean
     
    instance.Percent = value
     
    value = instance.Percent
    public bool Percent {get; set;}
    Example
    This example sets the Percent property.
    See Also