Defines the direction of shadows in the chart panel and charts
Namespace: RSChartConsts
Delphi
|
type
TRSShadowDirection = (
sdBottomRight,
sdBottomLeft,
sdTopRight,
sdTopLeft);
|
|
Name
|
Description
|
|
sdBottomLeft
|
A shadow is cast below and to the left of chart objects with shadows
|
|
sdBottomRight
|
A shadow is cast below and to the right of chart objects with shadows
|
|
sdTopLeft
|
A shadow is cast above and to the left of chart objects with shadows
|
|
sdTopRight
|
A shadow is cast above and to the right of chart objects with shadows
|
Top
|