ChartSeries.SmartLabel Property
Gets the smart label settings.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property SmartLabel As ChartSmartLabel
Get
'Usage
Dim instance As ChartSeries
Dim value As ChartSmartLabel
value = instance.SmartLabel
public abstract ChartSmartLabel SmartLabel { get; }
public:
virtual property ChartSmartLabel^ SmartLabel {
ChartSmartLabel^ get () abstract;
}
abstract SmartLabel : ChartSmartLabel
abstract function get SmartLabel () : ChartSmartLabel
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ChartSmartLabel
A ChartSmartLabel object.