Completed
Last Updated: 26 Sep 2016 12:36 by ADMIN
ADMIN
Bozhidar
Created on: 09 Sep 2016 10:10
Category: HtmlChart
Type: Bug Report
1
Legend with position top and Vertical Orientation appears horizontally
               <script>
			function chartLoad() {
				$find("RadHtmlChart2").get_kendoWidget().setOptions({
					legend: {
						position: "top",
						width: 162,
						height: 88,
						orientation: "vertical"
					}
				})
			}
		</script>
		<telerik:RadHtmlChart ID="RadHtmlChart2" runat="server" Width="350" Height="350">
			<ClientEvents OnLoad="chartLoad" />
			...
		</telerik:RadHtmlChart>
0 comments