BarBrush
Definition
Sets the brush used for painting the color of a price bar’s body.
Property Value
A Brush object that represents the color of this price bar.
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.
Syntax
BarBrush
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.

