Classe ChartLegend

Represents the properties that can be used to display instances of the series groups in a chart legend.

Hierarquia de herança

System. . :: . .Object
  Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportObjectBase
    Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportObject
      Microsoft.ReportingServices.RdlObjectModel..::..ChartLegend

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
Public Class ChartLegend _
    Inherits ReportObject _
    Implements INamedObject
'Uso
Dim instance As ChartLegend
public class ChartLegend : ReportObject, 
    INamedObject
public ref class ChartLegend : public ReportObject, 
    INamedObject
type ChartLegend =  
    class
        inherit ReportObject
        interface INamedObject
    end
public class ChartLegend extends ReportObject implements INamedObject

O tipo ChartLegend expõe os membros a seguir.

Construtores

  Nome Descrição
Método público ChartLegend Creates a new instance of the ChartLegend class.

Início

Propriedades

  Nome Descrição
Propriedade pública AutoFitTextDisabled Indicates text will not be autosized to fit in the legend area.
Propriedade pública ChartElementPosition Defines a custom position for the legend.
Propriedade pública ChartLegendColumns Gets the legend columns.
Propriedade pública ChartLegendTitle Title display in the legend.
Propriedade pública ColumnSeparator Indicates what type of separator to use for the columns.
Propriedade pública ColumnSeparatorColor Indicates what color to use for the column separator.
Propriedade pública ColumnSpacing Spacing between columns as a percent of the font size.
Propriedade pública ComponentMetadata The component metadata. (Herdado de ReportObject.)
Propriedade pública DockOutsideChartArea Indicates the title should be docked outside the chart area rather than inside the chart area.
Propriedade pública DockToChartArea Name of the chart area on which to draw the legend.
Propriedade pública EquallySpacedItems Indicated legend items should be equally spaced.
Propriedade pública HeaderSeparator Indicates what type of separator to use for the legend header.
Propriedade pública HeaderSeparatorColor Indicates what color to use for the legend header separator.
Propriedade pública Hidden Indicates the legend is hidden.
Propriedade pública InterlacedRows Indicates legend rows should use interlaced colors.
Propriedade pública InterlacedRowsColor The background color to use for interlaced legend rows.
Propriedade pública Layout The arrangement of labels within the legend.
Propriedade pública MaxAutoSize Maximum size for the legend, as a percent of the chart size.
Propriedade pública MinFontSize Minimum size for autosized legend text.
Propriedade pública Name Name of the legend.
Propriedade pública Parent The parent of this report object. (Herdado de ReportObjectBase.)
Propriedade pública Position The position of the legend.
Propriedade pública Reversed Indicates the direction of the legend should be reversed.
Propriedade pública Site Infraestrutura. (Herdado de ReportObject.)
Propriedade pública Style Gets the style properties of this report definition object.
Propriedade pública TextWrapThreshold Number of characters after which to wrap the legend text.

Início

Métodos

  Nome Descrição
Método público DeepClone Returns a deep clone of this ReportObject instance. (Herdado de ReportObject.)
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetContainingDataScopes Infraestrutura. (Herdado de ReportObject.)
Método protegido GetDataScopesForDefaultImpl Infraestrutura. (Herdado de ReportObject.)
Método protegido GetDependenciesCore Infraestrutura. (Herdado de ReportObject.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método público Initialize Initializes an instance of the ChartLegend class. (Substitui ReportObject. . :: . .Initialize() () () ().)
Método protegido InitializeForDesigner Infraestrutura. (Herdado de ReportObject.)
Método protegido MemberwiseClone (Herdado de Object.)
Método protegido OnChildPropertyChanged Infraestrutura. (Herdado de ReportObject.)
Método protegido OnPropertyChanged Infraestrutura. (Herdado de ReportObject.)
Método protegido RdlSemanticEqualsCore Infraestrutura. (Herdado de ReportObject.)
Método protegido SavePropertyValue< (Of < <' (T> ) > > ) Infraestrutura. (Herdado de ReportObject.)
Método público ToString (Herdado de Object.)

Início

Implementações de interfaces explícitas

  Nome Descrição
Implementações de interfaces explícitasMétodo privado IDisposable. . :: . .Dispose (Herdado de ReportObject.)
Implementações de interfaces explícitasEvento privado IComponent. . :: . .Disposed (Herdado de ReportObject.)

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.