HorizontalAlignment Property (ChartTitle)
In This Topic
Gets or sets the horizontal alignment of the title.
Syntax
'Declaration
<C1DescriptionAttribute("ChartTitle.HorizontalAlignment", "Gets or sets the horizontal alignment of the title.")>
<DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
Public Property HorizontalAlignment As HorizontalAlignment
[C1Description("ChartTitle.HorizontalAlignment", "Gets or sets the horizontal alignment of the title.")]
[DefaultValue(Mono.Cecil.CustomAttributeArgument)]
public HorizontalAlignment HorizontalAlignment {get; set;}
See Also