Compartir a través de


Clase ChartLegend

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

Jerarquía de herencia

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.ChartObjectCollectionItem<ChartLegendInstance>
    Microsoft.ReportingServices.OnDemandReportRendering.ChartLegend

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public NotInheritable Class ChartLegend _
    Inherits ChartObjectCollectionItem(Of ChartLegendInstance) _
    Implements IROMStyleDefinitionContainer
'Uso
Dim instance As ChartLegend
public sealed class ChartLegend : ChartObjectCollectionItem<ChartLegendInstance>, 
    IROMStyleDefinitionContainer
public ref class ChartLegend sealed : public ChartObjectCollectionItem<ChartLegendInstance^>, 
    IROMStyleDefinitionContainer
[<SealedAttribute>]
type ChartLegend =  
    class 
        inherit ChartObjectCollectionItem<ChartLegendInstance>
        interface IROMStyleDefinitionContainer 
    end
public final class ChartLegend extends ChartObjectCollectionItem<ChartLegendInstance> implements IROMStyleDefinitionContainer

El tipo ChartLegend expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública AutoFitTextDisabled Gets an expression that evaluates to a value that indicates whether text will not be autosized to fit in the legend area.
Propiedad pública ChartElementPosition Gets a custom position for the legend.
Propiedad pública ColumnSeparator Gets an expression that evaluates to a value that indicates what type of separator to use for the columns.
Propiedad pública ColumnSeparatorColor Gets an expression that evaluates to the color to use for the column separator.
Propiedad pública ColumnSpacing Gets an expression that evaluates to the spacing between columns as a percent of the font size.
Propiedad pública DockOutsideChartArea Gets an expression that evaluates to a value that indicates whether the title should be docked outside the chart area rather than inside the chart area.
Propiedad pública DockToChartArea Gets the name of the chart area on which to draw the legend.
Propiedad pública EquallySpacedItems Gets an expression that evaluates to a value that indicates whether legend items should be equally spaced.
Propiedad pública HeaderSeparator Gets an expression that evaluates to the type of separator to use for the legend header.
Propiedad pública HeaderSeparatorColor Gets an expression that evaluates to the color to use for the legend header separator.
Propiedad pública Hidden Gets an expression that evaluates to a value that indicates whether the legend is hidden.
Propiedad pública Instance Gets the report instance object that contains the calculated values of this report definition object.
Propiedad pública InterlacedRows Gets an expression that evaluates to a value that indicates whether legend rows should use interlaced colors.
Propiedad pública InterlacedRowsColor Gets an expression that evaluates to the background color to use for interlaced legend rows.
Propiedad pública Layout Gets an expression that evaluates to the arrangement of labels within the legend.
Propiedad pública LegendColumns Gets the legend columns.
Propiedad pública LegendCustomItems Gets the custom legend items.
Propiedad pública LegendTitle Gets the legend title.
Propiedad pública MaxAutoSize Gets an expression that evaluates to the maximum size for the legend, as a percent of the chart size.
Propiedad pública MinFontSize Gets an expression that evaluates to the minimum size for autosized legend text.
Propiedad pública Name Gets the name of the chart legend.
Propiedad pública Position Gets an expression that evaluates to the position of the legend.
Propiedad pública Reversed Gets an expression that evaluates to a value that indicates the direction of the legend should be reversed.
Propiedad pública Style Gets the style properties of this report definition object.
Propiedad pública TextWrapThreshold Gets an expression that evaluates to the number of characters after which to wrap the legend text.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering