TcxGridChartLineDiagramValueCaptionPosition Enum
Declaration
TcxGridChartLineDiagramValueCaptionPosition = (
ldvcpNone,
ldvcpLeft,
ldvcpAbove,
ldvcpRight,
ldvcpBelow,
ldvcpCenter,
ldvcpAboveRight,
ldvcpBelowRight,
ldvcpAboveLeft,
ldvcpBelowLeft
);
Members
Name |
---|
ldvcpNone
|
ldvcpLeft
|
ldvcpAbove
|
ldvcpRight
|
ldvcpBelow
|
ldvcpCenter
|
ldvcpAboveRight
|
ldvcpBelowRight
|
ldvcpAboveLeft
|
ldvcpBelowLeft
|
See Also