Defines the locations within the chart panel (TRSCustomChartPanel) that the legend can be painted.
Namespace: RSChartConsts
Delphi
|
type
TRSLegendAlignment = (laLeft, laRight, laBottom, laTop);
|
|
Name
|
Description
|
|
laBottom
|
Represents constant laBottom.
|
|
laLeft
|
Represents constant laLeft.
|
|
laRight
|
Represents constant laRight.
|
|
laTop
|
Represents constant laTop.
|
Top
|