Gets the ChartAlignType object defining which aspects of the chart area should be aligned with the target chart area. Ignored if AlignWithChartArea is not set.

Namespace:  C1.C1Rdl.Rdl2008
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public ChartAlignType AlignType { get; }
Visual Basic
Public ReadOnly Property AlignType As ChartAlignType
	Get

See Also