Skip to content

Commit

Permalink
Fixed some samples
Browse files Browse the repository at this point in the history
  • Loading branch information
joadan committed Oct 6, 2024
1 parent d06a099 commit 2e0a4cf
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,25 @@

<DocExamples Title="Annotations" >

@* <CodeSnippet Title=Basic ClassName=@typeof(Basic).ToString()>
<CodeSnippet Title=Basic ClassName=@typeof(Basic).ToString()>
<Snippet>
<Basic/>
</Snippet>
</CodeSnippet> *@
</CodeSnippet>

<CodeSnippet Title="Point Events" ClassName=@typeof(PointEvents).ToString()>
<Snippet>
<PointEvents />
</Snippet>
</CodeSnippet>

@* <CodeSnippet Title="Label Events" ClassName=@typeof(LabelEvents).ToString()>
<CodeSnippet Title="Label Events" ClassName=@typeof(LabelEvents).ToString()>
<Snippet>
<LabelEvents />
</Snippet>
</CodeSnippet> *@
</CodeSnippet>

@* <CodeSnippet Title="DateTime" ClassName=@typeof(DateTime).ToString()>
<CodeSnippet Title="DateTime" ClassName=@typeof(DateTime).ToString()>
<Snippet>
<DateTime />
</Snippet>
Expand All @@ -30,7 +30,7 @@
<Snippet>
<Multiline />
</Snippet>
</CodeSnippet> *@
</CodeSnippet>


</DocExamples>
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
Options=options
OnAnnotationLabelClick="AnnotationEvent"
OnAnnotationLabelMouseEnter="AnnotationEvent"
OnAnnotationLabelMouseLeave="AnnotationEvent"

Debug>
OnAnnotationLabelMouseLeave="AnnotationEvent">

<ApexPointSeries TItem="Order"
Items="orders"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
OnAnnotationPointClick="AnnotationEvent"
OnAnnotationPointMouseEnter="AnnotationEvent"
OnAnnotationPointMouseLeave="AnnotationEvent"

Debug>
>

<ApexPointSeries TItem="Order"
Items="orders"
Expand Down

0 comments on commit 2e0a4cf

Please sign in to comment.