StripLine.BackImageAlignment Property
.NET Framework (current version)
Gets or sets the background image alignment.
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. The default value is TopLeft.
This property determines the alignment of the background image for strip lines; it is only applied when the BackImageWrapMode property is set to Unscaled.
For more information about available alignments, see the ChartImageAlignmentStyle enumeration topic.
.NET Framework
Available since 4.0
Available since 4.0
Show: