次の方法で共有


ChartLegend クラス

グラフの凡例に系列グループのインスタンスを表示するときに使用できるプロパティを表します。

継承階層

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 テキストのサイズを凡例領域に合わせて自動的に調整するかどうかを示す値に評価される式を取得します。
パブリック プロパティ ChartElementPosition 凡例のカスタム位置を取得します。
パブリック プロパティ ColumnSeparator 列に使用する区切り線の種類を示す値に評価される式を取得します。
パブリック プロパティ ColumnSeparatorColor 列の区切り線に使用する色に評価される式を取得します。
パブリック プロパティ ColumnSpacing フォント サイズの割合で示した列の間隔に評価される式を取得します。
パブリック プロパティ DockOutsideChartArea タイトルをグラフ領域の内側ではなく外側にドッキングする必要があることを示す値に評価される式を取得します。
パブリック プロパティ DockToChartArea 凡例を描画するグラフ領域の名前を取得します。
パブリック プロパティ EquallySpacedItems 凡例項目を等間隔に配置するかどうかを示す値に評価される式を取得します。
パブリック プロパティ HeaderSeparator 凡例のヘッダーに使用する区切り線の種類に評価される式を取得します。
パブリック プロパティ HeaderSeparatorColor 凡例のヘッダーの区切り線に使用する色に評価される式を取得します。
パブリック プロパティ Hidden 凡例が非表示かどうかを示す値に評価される式を取得します。
パブリック プロパティ Instance このレポート定義オブジェクトの計算値が含まれているレポート インスタンス オブジェクトを取得します。
パブリック プロパティ InterlacedRows 凡例の行にインターレース色を使用するかどうかを示す値に評価される式を取得します。
パブリック プロパティ InterlacedRowsColor インターレースの凡例行に使用する背景色に評価される式を取得します。
パブリック プロパティ Layout 凡例内のラベルの配置に評価される式を取得します。
パブリック プロパティ LegendColumns 凡例の列を取得します。
パブリック プロパティ LegendCustomItems カスタムの凡例項目を取得します。
パブリック プロパティ LegendTitle 凡例のタイトルを取得します。
パブリック プロパティ MaxAutoSize グラフ サイズの割合で示した凡例の最大サイズに評価される式を取得します。
パブリック プロパティ MinFontSize 凡例テキストのサイズを自動的に設定する場合の最小サイズに評価される式を取得します。
パブリック プロパティ Name グラフの凡例の名前を取得します。
パブリック プロパティ Position 凡例の位置に評価される式を取得します。
パブリック プロパティ Reversed 凡例の方向を逆にすることを示す値に評価される式を取得します。
パブリック プロパティ Style このレポート定義オブジェクトのスタイル プロパティを取得します。
パブリック プロパティ TextWrapThreshold 凡例のテキストの折り返しを行う文字数に評価される式を取得します。

先頭に戻る

メソッド

  名前 説明
パブリック メソッド Equals (Object から継承されています。)
パブリック メソッド GetHashCode (Object から継承されています。)
パブリック メソッド GetType (Object から継承されています。)
パブリック メソッド ToString (Object から継承されています。)

先頭に戻る

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

関連項目

参照

Microsoft.ReportingServices.OnDemandReportRendering 名前空間