Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
144808 | May 23,2019 03:56 PM UTC | May 31,2019 12:18 PM UTC | WPF | 3 |
![]() |
Tags: Chart |
<chart:SfChart.Annotations>
<chart:VerticalLineAnnotation X1="1" Text="Annotation " CanDrag="False"
HorizontalTextAlignment="Right" />
..
|
<chart:SfChart.Annotations>
<chart:VerticalLineAnnotation X1="1" CanDrag="False" >
<chart:VerticalLineAnnotation.ContentTemplate>
<DataTemplate>
<TextBlock Text="Annotation" Margin="-200,0,0,0"/>
</DataTemplate>
</chart:VerticalLineAnnotation.ContentTemplate>
</chart:VerticalLineAnnotation>
<chart:VerticalLineAnnotation X1="2" CanDrag="False" >
<chart:VerticalLineAnnotation.ContentTemplate>
<DataTemplate>
<TextBlock Text="Annotation Text" Margin="-200,0,0,0"/>
</DataTemplate>
</chart:VerticalLineAnnotation.ContentTemplate>
</chart:VerticalLineAnnotation>
<chart:VerticalLineAnnotation X1="3" CanDrag="False" >
<chart:VerticalLineAnnotation.ContentTemplate>
<DataTemplate>
<TextBlock Text="Annotation Text Text" Margin="-200,0,0,0"/>
</DataTemplate>
</chart:VerticalLineAnnotation.ContentTemplate>
</chart:VerticalLineAnnotation>
<chart:VerticalLineAnnotation X1="4" CanDrag="False" >
<chart:VerticalLineAnnotation.ContentTemplate>
<DataTemplate>
<TextBlock Text="Text" Margin="-200,0,0,0"/>
</DataTemplate>
</chart:VerticalLineAnnotation.ContentTemplate>
</chart:VerticalLineAnnotation>
</chart:SfChart.Annotations> |
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.