Hi,
Using the Q1 2010 version, i can't seem to set the colors and other layout settings of the spileAreaSeries.
Any help ?
Kind regards,
Gertjan
Using the Q1 2010 version, i can't seem to set the colors and other layout settings of the spileAreaSeries.
ineChart.DefaultSeriesDefinition.Appearance.Fill = new SolidColorBrush(Colors.LightGray); |
LineChart.DefaultSeriesDefinition.Appearance.StrokeThickness = 4; |
LineChart.DefaultSeriesDefinition.Appearance.Fill.Opacity = 0.5; |
LineChart.DefaultSeriesDefinition.Appearance.PointMark.Fill = new SolidColorBrush(Colors.Transparent); |
LineChart.DefaultSeriesDefinition.Appearance.PointMark.Stroke = new SolidColorBrush(Colors.White); |
LineChart.DefaultSeriesDefinition.Appearance.PointMark.StrokeThickness = 1.75; |
LineChart.DefaultSeriesDefinition.Appearance.PointMark.Shape = MarkerShape.SquareRounded; |
Any help ?
Kind regards,
Gertjan