Search
BaseChart.ItemAccentBrush Property
See Also
 





Gets or sets the brush used for special parts such as the start and end brackets of the items in the chart. This is a dependency property.

Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf

 Syntax

C#  Copy Code

public Brush ItemAccentBrush { get; set; }

Visual Basic  Copy Code

Public Property ItemAccentBrush As Brush

 Property Value

A WPF Brush.

 See Also