ClassCartesianCustomLineAnnotation
Class
Allows you to place a straight line with specific coordinates on your RadCartesianChart.
Definition
Namespace:Telerik.UI.Xaml.Controls.Chart
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public class CartesianCustomLineAnnotation : CartesianFromToAnnotation, IChartElementPresenter, IElementPresenter
Inheritance: objectRadControlPresenterBaseChartElementPresenterChartAnnotationCartesianChartAnnotationCartesianStrokedAnnotationCartesianFromToAnnotationCartesianCustomLineAnnotation
Implements:
Inherited Members
Constructors
CartesianCustomLineAnnotation()
Initializes a new instance of the CartesianCustomLineAnnotation class.
Declaration
cs-api-definition
public CartesianCustomLineAnnotation()
Properties
Presenter
Gets the visual presenter of the annotation.
Declaration
cs-api-definition
protected override Shape Presenter { get; }
Property Value
Shape
Overrides