Specify additional chart properties and override the default ones.
Mydb.dbProp="prop=val| prop=val"
See prop and val in Special Topic - Charting.
Value of property is case sensitive.
<script language="VB" runat="server">
Sub Page_Load(Src As Object, E As EventArgs)
Dim Ch As New Tornado.z
Ch.dbQP = "u=1|s=1|m=gc|d=nwind|q=select ProductName,UnitsInStock," & _
"UnitsInStock as Delta from Products|th=ti=ChicCell Compare"
Ch.dbColumnChart = "Legend=t| Label=#0#| Dataset0=#2#"
Ch.dbChartParams = "PlotAreaBottom=0.5|legendVertical=t| Height=550|" & _
"Width=500| xAxisLabelAngle=90|yAxisTitle=Delta Sales|" & _
"xAxisTitle=Product|yAxisOptions=rotateTitle=true"
Ch.dbChicCell = "fi=2|mac=#-1#"
Ch.ASPdbNET()
End Sub
</script>
z Class | Tornado Namespace | dbPieChart | dbBarChart | dbColumnChart | dbLineChart | dbDateLineChart | dbAreaChart | dbBubbleChart | Special Topic - Charting