Spread WPF 18
GrapeCity.Spreadsheet.Charts Namespace / IChartGroup Interface / VaryByCategories Property


In This Topic
    VaryByCategories Property
    In This Topic
    Gets or sets a value indicating whether Spread assigns a different color or pattern to each data marker. The chart must contain only one series.
    Syntax
    'Declaration
     
    Property VaryByCategories As Boolean
    'Usage
     
    Dim instance As IChartGroup
    Dim value As Boolean
     
    instance.VaryByCategories = value
     
    value = instance.VaryByCategories
    bool VaryByCategories {get; set;}
    See Also