skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • AI Coding Assistants
    • Embedded Reporting
    • Document Processing Libraries
    • SSO Account Sign-in

    Web

    Kendo UI UI for Angular UI for Vue UI for jQuery KendoReact UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Telerik JustMock

    CMS

    Sitefinity

    AI Productivity Tools

    AI Coding Assistants

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    KendoReact Free VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Roadmap
    • Release History
  • Support and Learning

    • Support and Learning Hub
    • First Steps
    • Docs
    • Demos
    • Virtual Classroom
    • Forums
    • Videos
    • Blogs
    • Accessibility
    • Submit a Ticket

    Productivity and Design Tools

    • Visual Studio Extensions
    • Visual Studio Templates
    • Embedded Reporting
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class ParametricLine

Line having additional Parameter that allows animating line between points using a single animation. It also allows separation between the animation and end points binding.

Inheritance
System.Object
ParametricLine
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll

Syntax

public class ParametricLine : ContentControl

Constructors

ParametricLine()

Initializes a new instance of the ParametricLine class.

Declaration
public ParametricLine()

Fields

LineStyleProperty

Identifies the LineStyle dependency property.

Declaration
public static readonly DependencyProperty LineStyleProperty
Field Value
System.Windows.DependencyProperty

ParameterProperty

Identifies the Parameter dependency property.

Declaration
public static readonly DependencyProperty ParameterProperty
Field Value
System.Windows.DependencyProperty

StrokeProperty

Identifies the Stroke dependency property.

Declaration
public static readonly DependencyProperty StrokeProperty
Field Value
System.Windows.DependencyProperty

StrokeThicknessProperty

Identifies the StrokeThickness dependency property.

Declaration
public static readonly DependencyProperty StrokeThicknessProperty
Field Value
System.Windows.DependencyProperty

X1Property

Identifies the X1 dependency property.

Declaration
public static readonly DependencyProperty X1Property
Field Value
System.Windows.DependencyProperty

X2Property

Identifies the X2 dependency property.

Declaration
public static readonly DependencyProperty X2Property
Field Value
System.Windows.DependencyProperty

Y1Property

Identifies the Y1 dependency property.

Declaration
public static readonly DependencyProperty Y1Property
Field Value
System.Windows.DependencyProperty

Y2Property

Identifies the Y2 dependency property.

Declaration
public static readonly DependencyProperty Y2Property
Field Value
System.Windows.DependencyProperty

Properties

LineStyle

Gets or sets the Style for the line.

Declaration
public Style LineStyle { get; set; }
Property Value
System.Windows.Style

The Style for the line.

Parameter

Gets or sets the parameter of the line.

Declaration
public double Parameter { get; set; }
Property Value
System.Double

The parameter of the line.

Stroke

Gets or sets the stroke used with that line.

Declaration
public Brush Stroke { get; set; }
Property Value
System.Windows.Media.Brush

The stroke used with that line.

StrokeThickness

Gets or sets the thickness of the stroke.

Declaration
public double StrokeThickness { get; set; }
Property Value
System.Double

The width of the stroke.

X1

Gets or sets the X1 value of the ParametricLine.

Declaration
public double X1 { get; set; }
Property Value
System.Double

The X1 value of the ParametricLine.

X2

Gets or sets the X2 value of the ParametricLine.

Declaration
public double X2 { get; set; }
Property Value
System.Double

The X2 value of the ParametricLine.

Y1

Gets or sets the Y1 value of the ParametricLine.

Declaration
public double Y1 { get; set; }
Property Value
System.Double

The Y1 value of the ParametricLine.

Y2

Gets or sets the Y2 value of the ParametricLine.

Declaration
public double Y2 { get; set; }
Property Value
System.Double

The Y2 value of the ParametricLine.

Methods

OnApplyTemplate()

When overridden in a derived class, is invoked whenever application code or internal processes call System.Windows.FrameworkElement.ApplyTemplate.

Declaration
public override void OnApplyTemplate()

Extension Methods

CollectionExtensions.ToEnumerable<T>(T)
EnumerableExtensions.ToEnumerable<T>(T)
Getting Started
  • Install Now
  • Demos
  • SDK Samples Browser
  • Sample Applications
Support Resources
  • Code Library
  • Knowledge Base
  • MVVM Support
  • Videos
  • GitHub SDK Repository
Community
  • Forums
  • Blogs
  • XAML Feedback Portal
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.