ChartAnnotation.Alignment Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

The alignment of the annotation.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Property Alignment As ReportExpression(Of ChartAnnotationAlignments)
    Get
    Set
'Usage
Dim instance As ChartAnnotation
Dim value As ReportExpression(Of ChartAnnotationAlignments)

value = instance.Alignment

instance.Alignment = value
public ReportExpression<ChartAnnotationAlignments> Alignment { get; set; }
public:
property ReportExpression<ChartAnnotationAlignments> Alignment {
    ReportExpression<ChartAnnotationAlignments> get ();
    void set (ReportExpression<ChartAnnotationAlignments> value);
}
member Alignment : ReportExpression<ChartAnnotationAlignments> with get, set
function get Alignment () : ReportExpression<ChartAnnotationAlignments>
function set Alignment (value : ReportExpression<ChartAnnotationAlignments>)