ChartDataLabelInstance Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an instance type of the ChartDataLabel class, and contains the calculated values of the properties in ChartDataLabel.
public ref class ChartDataLabelInstance sealed : Microsoft::ReportingServices::OnDemandReportRendering::BaseInstance
public sealed class ChartDataLabelInstance : Microsoft.ReportingServices.OnDemandReportRendering.BaseInstance
type ChartDataLabelInstance = class
inherit BaseInstance
Public NotInheritable Class ChartDataLabelInstance
Inherits BaseInstance
- Inheritance
Properties
Label |
Gets the calculated value of the Label property in a ChartDataLabel class after formatting has been applied. |
OriginalValue |
Gets the calculated value of the Label property in a ChartDataLabel class before formatting has been applied. |
Position |
Gets the calculated value of the Position property in a ChartDataLabel class. |
Rotation |
Gets the calculated value of the Rotation property in a ChartDataLabel class. |
Style |
Gets the calculated value of the Style property in a ChartDataLabel class. |
ToolTip |
Gets the calculated value of the ToolTip property in a ChartDataLabel class. |
UseValueAsLabel |
Gets the calculated value of the UseValueAsLabel property in a ChartDataLabel class. |
Visible |
Gets the calculated value of the Visible property in a ChartDataLabel class. |
Methods
ResetInstanceCache() |
Resets the instance cache. (Inherited from BaseInstance) |