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