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.RdlObjectModel.ReportObjectBase
    Microsoft.ReportingServices.RdlObjectModel.ReportObject
      Microsoft.ReportingServices.RdlObjectModel.ChartLegend

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

Syntax

'Declaration
Public Class ChartLegend _
    Inherits ReportObject _
    Implements INamedObject
'Usage
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

Der ChartLegend-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode ChartLegend Creates a new instance of the ChartLegend class.

Zum Anfang

Eigenschaften

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

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode DeepClone Returns a deep clone of this ReportObject instance. (Geerbt von ReportObject.)
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetContainingDataScopes Infrastruktur Returns the list of report object that contains data scopes. (Geerbt von ReportObject.)
Geschützte Methode GetDataScopesForDefaultImpl Infrastruktur Returns the data scopes for default implementation. (Geerbt von ReportObject.)
Geschützte Methode GetDependenciesCore Infrastruktur Returns the dependencies core for the ReportObject object. (Geerbt von ReportObject.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode Initialize Initializes an instance of the ChartLegend class. (Überschreibt ReportObject.Initialize().)
Geschützte Methode InitializeForDesigner Infrastruktur Initializes the report object for designer. (Geerbt von ReportObject.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Geschützte Methode OnChildPropertyChanged Infrastruktur Raises an event when the property of the child was changed. (Geerbt von ReportObject.)
Geschützte Methode OnPropertyChanged Infrastruktur Raises an event when the property was changed. (Geerbt von ReportObject.)
Geschützte Methode RdlSemanticEqualsCore Infrastruktur Returns whether the report definition language semantic is the same with the core object. (Geerbt von ReportObject.)
Geschützte Methode SavePropertyValue<T> Infrastruktur Saves the property value of the report object. (Geerbt von ReportObject.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Explizite Schnittstellenimplementierungen

  Name Beschreibung
Explizite SchnittstellenimplementierungPrivate Methode IDisposable.Dispose Infrastruktur Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Geerbt von ReportObject.)
Explizite SchnittstellenimplementierungPrivates Ereignis IComponent.Disposed Infrastruktur Occurs when the ReportObject object is disposed. (Geerbt von ReportObject.)

Zum Anfang

Threadsicherheit

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

Siehe auch

Verweis

Microsoft.ReportingServices.RdlObjectModel-Namespace