Share via


NoNamespace.align Field

Definition

Represents the align XML attributes.

public static readonly System.Xml.Linq.XName align;
 staticval mutable align : System.Xml.Linq.XName
Public Shared ReadOnly align As XName 

Field Value

Remarks

As an XML attribute, it:

  • is contained in the following XML elements: legend, title, layoutContainer.
  • corresponds to the following strongly-typed properties: ChartTitle.Align, LayoutContainer.Align, Legend.Align.

Applies to