Title.BackImageAlignment Property
.NET Framework (current version)
Gets or sets the alignment of the title background image.
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
[BindableAttribute(true)] [PersistenceModeAttribute(PersistenceMode.Attribute)] public ChartImageAlignmentStyle BackImageAlignment { get; set; }
Property Value
Type: System.Web.UI.DataVisualization.Charting.ChartImageAlignmentStyleA ChartImageAlignmentStyle enumeration value that represents the alignment of the title background image. The default value is TopLeft.
This property is used when the BackImageWrapMode property is set to Unscaled.
.NET Framework
Available since 4.0
Available since 4.0
Show: