Skip to content

Instantly share code, notes, and snippets.

@garyjohnson
Created June 28, 2012 16:17
Show Gist options
  • Save garyjohnson/3012249 to your computer and use it in GitHub Desktop.
Save garyjohnson/3012249 to your computer and use it in GitHub Desktop.
Chart Control Example - Telerik - Alternating Grid Color
<chart:RadCartesianChart.Grid>
<chartView:CartesianChartGrid MajorLinesVisibility="Y" StripLinesVisibility="Y">
<chartView:CartesianChartGrid.YStripeBrushes>
<SolidColorBrush Color="#FFD7D7D7" Opacity="0.3" />
<SolidColorBrush Color="Transparent" />
</chartView:CartesianChartGrid.YStripeBrushes>
</chartView:CartesianChartGrid>
</chart:RadCartesianChart.Grid>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment