Use the members of this enumeration to set the value of the Legend.Orientation in the Legend class.
[Visual Basic]
Public Enum LegendOrientationEnum
[C#]
public enum LegendOrientationEnum
[Delphi]
type LegendOrientationEnum = (Auto, Horizontal, HorizontalVariableItemWidth, Vertical, VerticalVariableItemHeight);
Namespace: C1.Win.C1Chart
Assembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Members
Member name |
Description |
Auto |
Horizontal for legends with north and south Compass values, and Vertical for legends with east and west Compass values. |
Horizontal |
Legend entries are stacked vertically as legend height permits. If sufficient height is not available, additional legend columns are created. |
HorizontalVariableItemWidth |
The same as Horozontal, but entries can have different widths according to its content. |
Vertical |
Legend entries are added side by side as (horizontally) as legend width permits. If sufficient width is not available, additional legend rows are created. |
VerticalVariableItemHeight |
The same as Vertical, but entries can have different heights according to its content. |
See Also
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |