TdxChartLegendDirection Enum
Enumerates available directions for legend item arrangement.
#Declaration
TdxChartLegendDirection = (
TopToBottom,
BottomToTop,
LeftToRight,
RightToLeft
);
#Members
Name | Description | Example |
---|---|---|
Top
|
Default. The legend pane has a vertical layout. Legend items are arranged from top to bottom. |
|
Bottom
|
The legend pane has a vertical layout. Legend items are arranged from bottom to top. |
|
Left
|
The legend pane has a horizontal layout. Legend items are arranged from left to right. |
|
Right
|
The legend pane has a horizontal layout. Legend items are arranged from right to left. |
#Remarks
Horizontal and vertical directions for legend item arrangement change the legend pane layout to horizontal or vertical, respectively.
Note
Tdx
is a scoped enumeration type. Use the type name together with a scope resolution token (.
in Delphi or ::
in C++Builder) followed by an enumeration value to refer to this value. For example, use Tdx
(in Delphi) or Tdx
(in C++Builder) to refer to the Right
value in code.
#Direct TdxChartLegendDirection Type References
The Legend.Direction property of the Chart control and a diagram reference the TdxChartLegendDirection
type.