Share via


ChartLegend 클래스

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

상속 계층

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

네임스페이스:  Microsoft.ReportingServices.OnDemandReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore(Microsoft.ReportingServices.ProcessingCore.dll)

구문

‘선언
Public NotInheritable Class ChartLegend _
    Inherits ChartObjectCollectionItem(Of ChartLegendInstance) _
    Implements IROMStyleDefinitionContainer
‘사용 방법
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

ChartLegend 유형에서 다음 멤버를 표시합니다.

속성

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

맨 위로 이동

메서드

  이름 설명
공용 메서드 Equals (Object에서 상속됨)
공용 메서드 GetHashCode (Object에서 상속됨)
공용 메서드 GetType (Object에서 상속됨)
공용 메서드 ToString (Object에서 상속됨)

맨 위로 이동

스레드 보안

이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

참고 항목

참조

Microsoft.ReportingServices.OnDemandReportRendering 네임스페이스