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 Spline3D

Represents a 3D spline series.

Inheritance
System.Object
Control3D<SplineControl3D>
BaseChartItemControl3D<SplineControl3D>
BaseSpline3D<SplineControl3D>
Spline3D
Inherited Members
BaseSpline3D<SplineControl3D>.IsFirstProperty
BaseSpline3D<SplineControl3D>.IsLastProperty
BaseSpline3D<SplineControl3D>.P0Property
BaseSpline3D<SplineControl3D>.P1Property
BaseSpline3D<SplineControl3D>.P2Property
BaseSpline3D<SplineControl3D>.P3Property
BaseSpline3D<SplineControl3D>.ThetaProperty
BaseSpline3D<SplineControl3D>.WidthProperty
BaseSpline3D<SplineControl3D>.ThetaPropertyKey
BaseSpline3D<SplineControl3D>.GenerateControlPoints(Int32, DataSeries)
BaseSpline3D<SplineControl3D>.SetControlPoints(DataRange, DataRange, DataRange, DataRange)
BaseSpline3D<SplineControl3D>.SetDepth()
BaseSpline3D<SplineControl3D>.IsFirst
BaseSpline3D<SplineControl3D>.IsLast
BaseSpline3D<SplineControl3D>.P0
BaseSpline3D<SplineControl3D>.P1
BaseSpline3D<SplineControl3D>.P2
BaseSpline3D<SplineControl3D>.P3
BaseSpline3D<SplineControl3D>.Theta
BaseSpline3D<SplineControl3D>.Width
BaseSpline3D<SplineControl3D>.ShouldRenderChartSeriesItem
BaseChartItemControl3D<SplineControl3D>.CurrentIndexProperty
BaseChartItemControl3D<SplineControl3D>.DataPointProperty
BaseChartItemControl3D<SplineControl3D>.DataSeriesProperty
BaseChartItemControl3D<SplineControl3D>.DepthProperty
BaseChartItemControl3D<SplineControl3D>.LabelDataProperty
BaseChartItemControl3D<SplineControl3D>.LabelOffsetProperty
BaseChartItemControl3D<SplineControl3D>.LabelTransformProperty
BaseChartItemControl3D<SplineControl3D>.ClearContainer()
BaseChartItemControl3D<SplineControl3D>.OnModelControlAttached()
BaseChartItemControl3D<SplineControl3D>.ChartArea
BaseChartItemControl3D<SplineControl3D>.CurrentIndex
BaseChartItemControl3D<SplineControl3D>.DataPoint
BaseChartItemControl3D<SplineControl3D>.DataSeries
BaseChartItemControl3D<SplineControl3D>.Depth
BaseChartItemControl3D<SplineControl3D>.LabelData
BaseChartItemControl3D<SplineControl3D>.LabelOffset
BaseChartItemControl3D<SplineControl3D>.LabelTransform
BaseChartItemControl3D<SplineControl3D>.IsLastDataPoint
BaseChartItemControl3D<SplineControl3D>.LabelsControl
Control3D<SplineControl3D>.ControlContainerProperty
Control3D<SplineControl3D>.MaterialProperty
Control3D<SplineControl3D>.ChildItemAdded(UIElement3D, Int32)
Control3D<SplineControl3D>.ChildItemRemoved(UIElement3D, Int32)
Control3D<SplineControl3D>.OnApplyTemplate(Control)
Control3D<SplineControl3D>.OnControlContainerChanged()
Control3D<SplineControl3D>.InitializeModelControl(IModelControl3D)
Control3D<SplineControl3D>.FindStoryboard(Control, DependencyProperty, Object)
Control3D<SplineControl3D>.CreateControl()
Control3D<SplineControl3D>.OnModelControlCreated()
Control3D<SplineControl3D>.GetVisual3DChild(Int32)
Control3D<SplineControl3D>.OnMouseEnter(MouseEventArgs)
Control3D<SplineControl3D>.OnMouseLeave(MouseEventArgs)
Control3D<SplineControl3D>.OnVisualParentChanged(DependencyObject)
Control3D<SplineControl3D>.RegisterNames()
Control3D<SplineControl3D>.BeginTime
Control3D<SplineControl3D>.ModelElement
Control3D<SplineControl3D>.Control
Control3D<SplineControl3D>.ControlContainer
Control3D<SplineControl3D>.ModelControl
Control3D<SplineControl3D>.Visual3DChildrenCount
Control3D<SplineControl3D>.MouseEnterStoryboard
Control3D<SplineControl3D>.MouseLeaveStoryboard
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll

Syntax

public class Spline3D : BaseSpline3D<SplineControl3D>, ILogicalItem, IChartItem3D, IChartItem, IControl3D

Constructors

Spline3D()

Declaration
public Spline3D()

Fields

ThicknessProperty

Identifies the Thickness dependency property.

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

ZFromProperty

Identifies the ZFrom dependency property.

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

ZToProperty

Identifies the ZTo dependency property.

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

Properties

Thickness

Gets or sets the thickness of the spline.

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

The Thickness.

ZFrom

Gets or sets the Z position of the front spline plane.

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

The Z position.

ZTo

Gets or sets the Z position of the back spline plane.

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

The Z position.

Methods

OnDataPointChanged()

Called when data point has been changed.

Declaration
protected override void OnDataPointChanged()
Overrides
Telerik.Windows.Controls.Charting.BaseSpline3D<Telerik.Windows.Controls.Charting.SplineControl3D>.OnDataPointChanged()

SetLabelTransform()

Sets the LabelTransform property to correctly position the label.

Declaration
protected override void SetLabelTransform()
Overrides
Telerik.Windows.Controls.Charting.BaseSpline3D<Telerik.Windows.Controls.Charting.SplineControl3D>.SetLabelTransform()

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.