Returns false if the Style VerticalAlignment property is in the default state.

Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
public bool ShouldSerializeVerticalAlignment()
Visual Basic
Public Function ShouldSerializeVerticalAlignment As Boolean

Return Value

Boolean.

Remarks

The default state is to inherit the VerticalAlignment from the style of the parent object.

See Also