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 BaseSpline3D<TSplineControl3D>

This class serves as a base class for all 3D spline types.

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

Syntax

public abstract class BaseSpline3D<TSplineControl3D> : BaseChartItemControl3D<TSplineControl3D>, ILogicalItem, IChartItem3D, IChartItem, IControl3D where TSplineControl3D : IModelControl3D, new()
Type Parameters
TSplineControl3D

The type of the 3D spline control.

Constructors

BaseSpline3D()

Initializes a new instance of the BaseSpline3D class.

Declaration
protected BaseSpline3D()

Fields

IsFirstProperty

Identifies the IsFirst dependency property.

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

IsLastProperty

Identifies the IsLast dependency property.

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

P0Property

Identifies the P0 dependency property.

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

P1Property

Identifies the P1 dependency property.

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

P2Property

Identifies the P2 dependency property.

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

P3Property

Identifies the P3 dependency property.

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

ThetaProperty

Identifies the Theta dependency property.

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

ThetaPropertyKey

Identifies the Theta dependency property.

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

WidthProperty

Identifies the Width dependency property.

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

Properties

IsFirst

Gets or sets a value indicating whether this Spline segment is first.

Declaration
public bool IsFirst { get; protected set; }
Property Value
System.Boolean

True if this Spline segment is first; otherwise, false.

IsLast

Gets or sets a value indicating whether this Spline segment is last.

Declaration
public bool IsLast { get; protected set; }
Property Value
System.Boolean

True if this Spline segment is last; otherwise, false.

P0

Gets or sets the spline's first control point.

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

The control point.

P1

Gets or sets the spline's second control point.

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

The control point.

P2

Gets or sets the spline's third control point.

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

The control point.

P3

Gets or sets the spline's fourth control point.

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

The control 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<TSplineControl3D>.ShouldRenderChartSeriesItem

Theta

Gets or sets the tessellation (LoD) of the spline.

Declaration
public int Theta { get; protected set; }
Property Value
System.Int32

The theta.

Width

Gets or sets the width of the spline.

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

The width.

Methods

GenerateControlPoints(Int32, DataSeries)

Generates the 4 control points for the spline.

Declaration
protected virtual void GenerateControlPoints(int currentIndex, DataSeries dataSeries)
Parameters
System.Int32 currentIndex

DataSeries dataSeries

OnDataPointChanged()

Called when data point has been changed.

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

SetControlPoints(DataRange, DataRange, DataRange, DataRange)

Sets the control points.

Declaration
protected virtual void SetControlPoints(DataRange p0, DataRange p1, DataRange p2, DataRange p3)
Parameters
DataRange p0

The first control point.

DataRange p1

The second control point.

DataRange p2

The third control point.

DataRange p3

The last control point.

SetDepth()

Calculates and sets the Depth property.

Declaration
protected virtual void SetDepth()

SetLabelTransform()

Sets the LabelTransform property to correctly position the label.

Declaration
protected abstract void 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.