xaml-sdk/Chart/WPF/CustomGridLineAnnotation
WPFTeamUser 8e6db6e592 New version of Telerik SDK examples. 2024-05-15 12:25:45 +00:00
..
Properties Revert "Merge pull request #56 from telerik/sdkUpdates" 2024-05-15 14:26:32 +03:00
App.xaml Revert "Merge pull request #56 from telerik/sdkUpdates" 2024-05-15 14:26:32 +03:00
App.xaml.cs Revert "Merge pull request #56 from telerik/sdkUpdates" 2024-05-15 14:26:32 +03:00
ChartData.cs Revert "Merge pull request #56 from telerik/sdkUpdates" 2024-05-15 14:26:32 +03:00
CustomGridLineAnnotation.csproj New version of Telerik SDK examples. 2024-05-15 12:25:45 +00:00
MainWindow.xaml Revert "Merge pull request #56 from telerik/sdkUpdates" 2024-05-15 14:26:32 +03:00
MainWindow.xaml.cs Revert "Merge pull request #56 from telerik/sdkUpdates" 2024-05-15 14:26:32 +03:00
Readme.md Revert "Merge pull request #56 from telerik/sdkUpdates" 2024-05-15 14:26:32 +03:00

Readme.md

Custom Grid Line Annotation

The Custom Gridline allows you to place a vertical or horizontal gridline at a specific place in your ChartArea. This allows you to mark a specific value on the Y-Axis and/or the X-Axis, which can, for example, serve as a border value. In order to place the Custom GridLine you have to add a CustomGridLine object to the Annotations collection of the ChartArea. You also have to set either its XIntercept or YIntercept properties. These properties allow you to specify the value of the X- and Y-Axis, for which the gridline should be placed.