constants ShowLinksEnum
The ShowLinksEnum type specifies the type of links that can be show differently based on the selected bars. The ShowLinksColor property specifies the color to display the links when link starts from selected bar, ends on selected bar, or when it is not related to any of selected bars. The ShowLinksWidth property specifies the width to show the links when the link starts from selected bar, ends on selected bar, or when it is not related to any of selected bars. The ShowLinksStyle property specifies the width to show the links when the link starts from selected bar, ends on selected bar, or when it is not related to any of selected bars.

NameValueDescription
exShowLinksStartFrom1 Shows the links that starts from selected bars (outgoing links/bars).
exShowLinksEndTo2 Shows the links that ends on the selected bars (incoming links/bars).
exShowUnselectedLinks4 Shows the links that are not related to any selected bar.
exUpdateColorLinksOnly16 Prevents applying the link's color to related bars. This flag can be combined with any of the above values when calling the set property of the ShowLinksColor property. It has no effect for get method of ShowLinksColor property. For instance, ShowLinksColor(exShowLinksEndTo + exUpdateColorLinksOnly) = RGB(255,0,0) shows in red all incoming links ( the color of the incoming bars remains unchanged ), Instead if the ShowLinksColor(exShowLinksEndTo) = RGB(255,0,0) the incoming links and bars are shown in red.