ChartLegendCustomItemCell.Alignment Property
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.
The alignment of the cell.
public:
property Microsoft::ReportingServices::RdlObjectModel::ChartLegendItemAlignmentTypes Alignment { Microsoft::ReportingServices::RdlObjectModel::ChartLegendItemAlignmentTypes get(); void set(Microsoft::ReportingServices::RdlObjectModel::ChartLegendItemAlignmentTypes value); };
[System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
public Microsoft.ReportingServices.RdlObjectModel.ChartLegendItemAlignmentTypes Alignment { get; set; }
[<System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)>]
member this.Alignment : Microsoft.ReportingServices.RdlObjectModel.ChartLegendItemAlignmentTypes with get, set
Public Property Alignment As ChartLegendItemAlignmentTypes
Property Value
A ChartLegendItemAlignmentTypes object.
- Attributes