ChartArea3DStyle.IsClustered Propriedade

Definição

Obtém ou define um sinalizador que determina se as séries de dados para um gráfico de barras ou de colunas estão clusterizadas, ou seja, exibidas em linhas distintas.Gets or sets a flag that determines whether data series for a bar or column chart are clustered; that is, displayed along distinct rows.

public:
 property bool IsClustered { bool get(); void set(bool value); };
[System.ComponentModel.Bindable(true)]
public bool IsClustered { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.IsClustered : bool with get, set
Public Property IsClustered As Boolean

Valor da propriedade

Boolean

true se a série de dados de um gráfico de barras ou colunas for clusterizada; caso contrário, false .true if data series for a bar or column chart are clustered; otherwise, false.

Atributos

Aplica-se a