Theme

The ShieldChart supports two different themes: Light and Dark. By default the Light theme is set. You can change the theme by the chart Theme property:

<shield:ShieldChart ID="ShieldChart1" Width="100%" Height="400px" runat="server" 
    Theme="Light" CssClass="chart" >
    <DataSeries>
        <shield:ChartBarSeries DataFieldY="UnitsInStock">
        </shield:ChartBarSeries>
    </DataSeries>
</shield:ShieldChart>

Light theme
light

Bootstrap theme
bootstrap

Dark theme
dark

You can change the themes runtime on every online example of the ShieldChart.