2X faster development
The ultimate ASP.NET Web Forms UI toolkit to boost your development speed.
Essential Chart supports customizing width and color of the legend border by using Border property of the Legend. To customize the legend items’ border, you need to use ItemStyle property of the Legend. Item style property contains the Border property to customize the width and color of the legend items’ border. ASP <ej:Chart ID="container" runat="server"> . . . . . . . . . . . . . . . . <Legend> <Border Color="orange" Width="2" /> <ItemStyle Height="10" Width="10" border-color="black" border-width="2" /> </Legend> . . . . . . . . . . . . . . . . </ej:Chart>
|
2X faster development
The ultimate ASP.NET Web Forms UI toolkit to boost your development speed.
This page will automatically be redirected to the sign-in page in 10 seconds.