BarBrush
<< Click to Display Table of Contents >> BarBrush |
Sets the brush used for painting the color of a price bar's body.
A Brush object that represents the color of this price bar.
Tip: To set the price bar color to an empty color which uses the default bar color property, set the BarBrush to null for that bar. |
BarBrush
Warning: You may have up to 65,535 unique BarBrush instances, therefore, using static predefined brushes should be favored. Alternatively, in order to use fewer brushes, please try to cache your custom brushes until a new brush would actually need to be created. |
protected override void OnBarUpdate() |