Blazor | ComponentOne
C1.Blazor.Chart Assembly / C1.Blazor.Chart Namespace / ChartOptions Class / ClusterSize Property

In This Topic
    ClusterSize Property
    In This Topic
    Gets or sets the cluster size for column and bar charts.
    Syntax
    'Declaration
     
    
    Public Property ClusterSize As ElementSize
    public ElementSize ClusterSize {get; set;}
    See Also