ComponentOne FinancialChart for WinForms
C1.Win.Chart Namespace / ChartOptions Class / ClusterSize Property

In This Topic
    ClusterSize Property (ChartOptions)
    In This Topic
    Gets or sets the cluster size for column and bar charts.
    Syntax
    'Declaration
     
    
    <TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)>
    <C1DescriptionAttribute("ChartOptions.ClusterSize", "Gets or sets the cluster size for column and bar charts.")>
    Public Property ClusterSize As ElementSize
    [TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
    [C1Description("ChartOptions.ClusterSize", "Gets or sets the cluster size for column and bar charts.")]
    public ElementSize ClusterSize {get; set;}
    See Also