BackBrushAll
<< Click to Display Table of Contents >> BackBrushAll |
A collection of prior back brushes used for the background colors for all chart panels.
A Brush object that represents the color of the current chart bar.
Tip: To reset the Chart background color to the default background color property, set the BackBrushAll to null for that bar. |
BackBrushAll
Warning: You may have up to 65,535 unique BackBrushAll 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() |