ChartLegendItemSeparatorTypes 列挙体
凡例項目に使用する区切り線の種類を指定します。
名前空間: Microsoft.ReportingServices.RdlObjectModel
アセンブリ: Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)
構文
'宣言
Public Enumeration ChartLegendItemSeparatorTypes
'使用
Dim instance As ChartLegendItemSeparatorTypes
public enum ChartLegendItemSeparatorTypes
public enum class ChartLegendItemSeparatorTypes
type ChartLegendItemSeparatorTypes
public enum ChartLegendItemSeparatorTypes
メンバー
メンバー名 | 説明 | |
---|---|---|
None | 区切り記号なし。 | |
Line | 直線で区切ります。 | |
ThickLine | 太線で区切ります。 | |
DoubleLine | 二重線で区切ります。 | |
DashLine | 破線で区切ります。 | |
DotLine | 点線で区切ります。 | |
GradientLine | 線 (グラデーション) で区切ります。 | |
ThickGradientLine | 太線 (グラデーション) で区切ります。 |