Właściwość ChartDataPoint.ChartItemInLegend
Definiuje wygląd punktu danych wyświetlane w legendzie (po Series.Type = kształtu).
Przestrzeń nazw: Microsoft.ReportingServices.RdlObjectModel
Zestaw: Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)
Składnia
'Deklaracja
Public Property ChartItemInLegend As ChartItemInLegend
Get
Set
'Użycie
Dim instance As ChartDataPoint
Dim value As ChartItemInLegend
value = instance.ChartItemInLegend
instance.ChartItemInLegend = value
public ChartItemInLegend ChartItemInLegend { get; set; }
public:
property ChartItemInLegend^ ChartItemInLegend {
ChartItemInLegend^ get ();
void set (ChartItemInLegend^ value);
}
member ChartItemInLegend : ChartItemInLegend with get, set
function get ChartItemInLegend () : ChartItemInLegend
function set ChartItemInLegend (value : ChartItemInLegend)
Wartość właściwości
Typ: Microsoft.ReportingServices.RdlObjectModel.ChartItemInLegend
A ChartItemInLegend obiektu.
Zobacz także