BoldSignA modern eSignature application with affordable pricing. Sign up today for unlimited document usage!
<chart:SfChart.Legend>
<chart:ChartLegend >
<chart:ChartLegend.ItemsPanel>
<ItemsPanelTemplate>
<ItemsWrapGrid Orientation="Horizontal"/>
</ItemsPanelTemplate>
</chart:ChartLegend.ItemsPanel>
<chart:ChartLegend.Template>
<ControlTemplate>
<ScrollViewer Margin="10" Height="100"
HorizontalScrollMode="Enabled"
HorizontalScrollBarVisibility="Visible"
VerticalScrollBarVisibility="Visible"
VerticalScrollMode="Enabled">
<ItemsPresenter/>
</ScrollViewer>
</ControlTemplate>
</chart:ChartLegend.Template>
</chart:ChartLegend>
</chart:SfChart.Legend> |