- 눈에 안 띄는 글자들 처리(listview group, trend chart legend)
- listview column width 꽉차도록 처리
This commit is contained in:
@@ -90,6 +90,10 @@ namespace friction
|
||||
|
||||
trendChart.LegendLocation = LegendLocation.Right;
|
||||
trendChart.DataClick += TrendChart_DataClick;
|
||||
|
||||
trendChart.DefaultLegend.Foreground = new SolidColorBrush(
|
||||
System.Windows.Media.Color.FromArgb(
|
||||
Theme.Forecolor.A, Theme.Forecolor.R, Theme.Forecolor.G, Theme.Forecolor.B));
|
||||
}
|
||||
|
||||
public void Reset()
|
||||
|
||||
Reference in New Issue
Block a user