Freigeben über


ChartLegend-Klasse

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

Vererbungshierarchie

System. . :: . .Object
  Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ChartObjectCollectionItem< (Of < ( <'ChartLegendInstance> ) > ) >
    Microsoft.ReportingServices.OnDemandReportRendering..::..ChartLegend

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public NotInheritable Class ChartLegend _
    Inherits ChartObjectCollectionItem(Of ChartLegendInstance) _
    Implements IROMStyleDefinitionContainer
'Usage
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

Der ChartLegend-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft AutoFitTextDisabled Gets an expression that evaluates to a value that indicates whether text will not be autosized to fit in the legend area.
Öffentliche Eigenschaft ChartElementPosition Gets a custom position for the legend.
Öffentliche Eigenschaft ColumnSeparator Gets an expression that evaluates to a value that indicates what type of separator to use for the columns.
Öffentliche Eigenschaft ColumnSeparatorColor Gets an expression that evaluates to the color to use for the column separator.
Öffentliche Eigenschaft ColumnSpacing Gets an expression that evaluates to the spacing between columns as a percent of the font size.
Öffentliche Eigenschaft 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.
Öffentliche Eigenschaft DockToChartArea Gets the name of the chart area on which to draw the legend.
Öffentliche Eigenschaft EquallySpacedItems Gets an expression that evaluates to a value that indicates whether legend items should be equally spaced.
Öffentliche Eigenschaft HeaderSeparator Gets an expression that evaluates to the type of separator to use for the legend header.
Öffentliche Eigenschaft HeaderSeparatorColor Gets an expression that evaluates to the color to use for the legend header separator.
Öffentliche Eigenschaft Hidden Gets an expression that evaluates to a value that indicates whether the legend is hidden.
Öffentliche Eigenschaft Instance Gets the report instance object that contains the calculated values of this report definition object.
Öffentliche Eigenschaft InterlacedRows Gets an expression that evaluates to a value that indicates whether legend rows should use interlaced colors.
Öffentliche Eigenschaft InterlacedRowsColor Gets an expression that evaluates to the background color to use for interlaced legend rows.
Öffentliche Eigenschaft Layout Gets an expression that evaluates to the arrangement of labels within the legend.
Öffentliche Eigenschaft LegendColumns Gets the legend columns.
Öffentliche Eigenschaft LegendCustomItems Gets the custom legend items.
Öffentliche Eigenschaft LegendTitle Gets the legend title.
Öffentliche Eigenschaft MaxAutoSize Gets an expression that evaluates to the maximum size for the legend, as a percent of the chart size.
Öffentliche Eigenschaft MinFontSize Gets an expression that evaluates to the minimum size for autosized legend text.
Öffentliche Eigenschaft Name Gets the name of the chart legend.
Öffentliche Eigenschaft Position Gets an expression that evaluates to the position of the legend.
Öffentliche Eigenschaft Reversed Gets an expression that evaluates to a value that indicates the direction of the legend should be reversed.
Öffentliche Eigenschaft Style Gets the style properties of this report definition object.
Öffentliche Eigenschaft TextWrapThreshold Gets an expression that evaluates to the number of characters after which to wrap the legend text.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Felder

  Name Beschreibung
Geschütztes Feld m_instance Infrastruktur (Geerbt von ChartObjectCollectionItem< (Of < ( <'T> ) > ) >.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.