ChartDataPoint.AxisLabel プロパティ
データ ポイントの軸で使用するラベルを取得します。
名前空間: Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
Public MustOverride ReadOnly Property AxisLabel As ReportVariantProperty
Get
'使用
Dim instance As ChartDataPoint
Dim value As ReportVariantProperty
value = instance.AxisLabel
public abstract ReportVariantProperty AxisLabel { get; }
public:
virtual property ReportVariantProperty^ AxisLabel {
ReportVariantProperty^ get () abstract;
}
abstract AxisLabel : ReportVariantProperty
abstract function get AxisLabel () : ReportVariantProperty
プロパティ値
型: Microsoft.ReportingServices.OnDemandReportRendering.ReportVariantProperty
データ ポイントの軸で使用するラベルを表す ReportVariantProperty オブジェクト。