MindFusion.Charting Programmer's Guide

Chart.ImageAlign Property

See Also
 





Gets or sets the alignment of the Chart control in relation to other elements on the page.

Namespace: MindFusion.Charting.WebForms
Assembly: MindFusion.Charting.WebForms

 Syntax

C#  Copy Code

public ImageAlign ImageAlign { get; set; }

Visual Basic  Copy Code

Public Property ImageAlign As ImageAlign

 Property Value

One of the ImageAlign Enumeration values.

 See Also