Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Defines how the data point appears when displayed in a legend (when Series.Type = Shape).
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property ChartItemInLegend As ChartItemInLegend
Get
Set
'Usage
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)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ChartItemInLegend
A ChartItemInLegend object.