skip navigation
  • Product Bundles

    DevCraft

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

    • NEW: Design Kits for Figma
    • Online Training
    • Document Processing Library
    • Embedded Reporting for web and desktop

    Web

    Kendo UI UI for jQuery UI for Angular UI for React UI for Vue 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 Test Studio Dev Edition Telerik JustMock

    CMS

    Sitefinity

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    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 Line3D

Represents a line segment in 3D.

Inheritance
System.Object
Control3D<LineControl3D>
BaseChartItemControl3D<LineControl3D>
Line3D
Inherited Members
BaseChartItemControl3D<LineControl3D>.CurrentIndexProperty
BaseChartItemControl3D<LineControl3D>.DataPointProperty
BaseChartItemControl3D<LineControl3D>.DataSeriesProperty
BaseChartItemControl3D<LineControl3D>.DepthProperty
BaseChartItemControl3D<LineControl3D>.LabelDataProperty
BaseChartItemControl3D<LineControl3D>.LabelOffsetProperty
BaseChartItemControl3D<LineControl3D>.LabelTransformProperty
BaseChartItemControl3D<LineControl3D>.ClearContainer()
BaseChartItemControl3D<LineControl3D>.OnModelControlAttached()
BaseChartItemControl3D<LineControl3D>.ChartArea
BaseChartItemControl3D<LineControl3D>.CurrentIndex
BaseChartItemControl3D<LineControl3D>.DataPoint
BaseChartItemControl3D<LineControl3D>.DataSeries
BaseChartItemControl3D<LineControl3D>.Depth
BaseChartItemControl3D<LineControl3D>.LabelData
BaseChartItemControl3D<LineControl3D>.LabelOffset
BaseChartItemControl3D<LineControl3D>.LabelTransform
BaseChartItemControl3D<LineControl3D>.IsLastDataPoint
BaseChartItemControl3D<LineControl3D>.LabelsControl
Control3D<LineControl3D>.ControlContainerProperty
Control3D<LineControl3D>.MaterialProperty
Control3D<LineControl3D>.ChildItemAdded(UIElement3D, Int32)
Control3D<LineControl3D>.ChildItemRemoved(UIElement3D, Int32)
Control3D<LineControl3D>.OnApplyTemplate(Control)
Control3D<LineControl3D>.OnControlContainerChanged()
Control3D<LineControl3D>.InitializeModelControl(IModelControl3D)
Control3D<LineControl3D>.FindStoryboard(Control, DependencyProperty, Object)
Control3D<LineControl3D>.CreateControl()
Control3D<LineControl3D>.OnModelControlCreated()
Control3D<LineControl3D>.GetVisual3DChild(Int32)
Control3D<LineControl3D>.OnMouseEnter(MouseEventArgs)
Control3D<LineControl3D>.OnMouseLeave(MouseEventArgs)
Control3D<LineControl3D>.OnVisualParentChanged(DependencyObject)
Control3D<LineControl3D>.RegisterNames()
Control3D<LineControl3D>.BeginTime
Control3D<LineControl3D>.ModelElement
Control3D<LineControl3D>.Control
Control3D<LineControl3D>.ControlContainer
Control3D<LineControl3D>.ModelControl
Control3D<LineControl3D>.Visual3DChildrenCount
Control3D<LineControl3D>.MouseEnterStoryboard
Control3D<LineControl3D>.MouseLeaveStoryboard
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll

Syntax

public class Line3D : BaseChartItemControl3D<LineControl3D>, ILogicalItem, IChartItem3D, IChartItem, IControl3D

Constructors

Line3D()

Initializes a new instance of the Line3D class.

Declaration
public Line3D()

Fields

P1Property

Identifies the P1 dependency property.

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

P1PropertyKey

Identifies the P1 dependency property key.

Declaration
protected static readonly DependencyPropertyKey P1PropertyKey
Field Value
System.Windows.DependencyPropertyKey

P2Property

Identifies the P2 dependency property.

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

P2PropertyKey

Identifies the P2 dependency property key.

Declaration
protected static readonly DependencyPropertyKey P2PropertyKey
Field Value
System.Windows.DependencyPropertyKey

P3Property

Identifies the P3 dependency property.

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

P3PropertyKey

Identifies the P3 dependency property key.

Declaration
protected static readonly DependencyPropertyKey P3PropertyKey
Field Value
System.Windows.DependencyPropertyKey

P4Property

Identifies the P4 dependency property.

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

P4PropertyKey

Identifies the P4 dependency property key.

Declaration
protected static readonly DependencyPropertyKey P4PropertyKey
Field Value
System.Windows.DependencyPropertyKey

P5Property

Identifies the P5 dependency property.

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

P5PropertyKey

Identifies the P5 dependency property key.

Declaration
protected static readonly DependencyPropertyKey P5PropertyKey
Field Value
System.Windows.DependencyPropertyKey

P6Property

Identifies the P6 dependency property.

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

P6PropertyKey

Identifies the P6 dependency property key.

Declaration
protected static readonly DependencyPropertyKey P6PropertyKey
Field Value
System.Windows.DependencyPropertyKey

P7Property

Identifies the P7 dependency property.

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

P7PropertyKey

Identifies the P7 dependency property key.

Declaration
protected static readonly DependencyPropertyKey P7PropertyKey
Field Value
System.Windows.DependencyPropertyKey

P8Property

Identifies the P8 dependency property.

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

P8PropertyKey

Identifies the P8 dependency property key.

Declaration
protected static readonly DependencyPropertyKey P8PropertyKey
Field Value
System.Windows.DependencyPropertyKey

WidthProperty

Identifies the Width dependency property.

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

WidthPropertyKey

Identifies the Width dependency property key.

Declaration
protected static readonly DependencyPropertyKey WidthPropertyKey
Field Value
System.Windows.DependencyPropertyKey

Properties

P1

Gets or sets the 1st point of the generated 3D figure (for the line).

Declaration
public Point3D P1 { get; protected set; }
Property Value
System.Windows.Media.Media3D.Point3D

The point.

P2

Gets or sets the second point of the generated 3D figure (for the line).

Declaration
public Point3D P2 { get; protected set; }
Property Value
System.Windows.Media.Media3D.Point3D

The point.

P3

Gets or sets the 3rd point of the generated 3D figure (for the line).

Declaration
public Point3D P3 { get; protected set; }
Property Value
System.Windows.Media.Media3D.Point3D

The point.

P4

Gets or sets the fourth point of the generated 3D figure (for the line).

Declaration
public Point3D P4 { get; protected set; }
Property Value
System.Windows.Media.Media3D.Point3D

The point.

P5

Gets or sets the fifth point of the generated 3D figure (for the line).

Declaration
public Point3D P5 { get; protected set; }
Property Value
System.Windows.Media.Media3D.Point3D

The point.

P6

Gets or sets the sixth point of the generated 3D figure (for the line).

Declaration
public Point3D P6 { get; protected set; }
Property Value
System.Windows.Media.Media3D.Point3D

The point.

P7

Gets or sets the seventh point of the generated 3D figure (for the line).

Declaration
public Point3D P7 { get; protected set; }
Property Value
System.Windows.Media.Media3D.Point3D

The point.

P8

Gets or sets the eighth point of the generated 3D figure (for the line).

Declaration
public Point3D P8 { get; protected set; }
Property Value
System.Windows.Media.Media3D.Point3D

The point.

ShouldRenderChartSeriesItem

Gets a value indicating whether the current chart series item should be rendered.

Declaration
protected override bool ShouldRenderChartSeriesItem { get; }
Property Value
System.Boolean

Overrides
Telerik.Windows.Controls.Charting.BaseChartItemControl3D<Telerik.Windows.Controls.Charting.LineControl3D>.ShouldRenderChartSeriesItem

Width

Gets or sets the Width of the generated 3D figure (for the line).

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

The point.

Methods

OnDataPointChanged()

Called when data point has been changed.

Declaration
protected override void OnDataPointChanged()
Overrides
Telerik.Windows.Controls.Charting.BaseChartItemControl3D<Telerik.Windows.Controls.Charting.LineControl3D>.OnDataPointChanged()

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.