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 XyzSeries3D

Represents a 3D chart series which points have a single x-y-z position.

Inheritance
System.Object
CartesianSeries3D
XyzSeries3D
BarSeries3D
PointSeries3D
SurfaceSeries3D
Inherited Members
CartesianSeries3D.ItemsSourceProperty
CartesianSeries3D.TooltipTemplateProperty
CartesianSeries3D.OnApplyTemplate()
CartesianSeries3D.OnPropertyChanged(DependencyPropertyChangedEventArgs)
CartesianSeries3D.ItemsSource
CartesianSeries3D.TooltipTemplate
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll

Syntax

public abstract class XyzSeries3D : CartesianSeries3D, ISeries, IChart3DPart, IModelOwner3D

Constructors

XyzSeries3D()

Initializes a new instance of the XyzSeries3D class.

Declaration
protected XyzSeries3D()

Fields

DefaultVisualGeometryProperty

Identifies the DefaultVisualGeometry property.

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

DefaultVisualGeometrySelectorProperty

Identifies the DefaultVisualGeometrySelector property.

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

DefaultVisualMaterialProperty

Identifies the DefaultVisualMaterial property.

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

DefaultVisualMaterialSelectorProperty

Identifies the DefaultVisualMaterialSelector property.

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

XValueBindingProperty

Identifies the XValueBinding property.

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

YValueBindingProperty

Identifies the YValueBinding property.

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

ZValueBindingProperty

Identifies the ZValueBinding property.

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

Properties

DefaultVisualGeometry

Gets or sets the default Geometry3D (normalized) instance that is used for creating data point visuals. The size of the geometry needs to be normalized between 0 and 1 so that later Visual3D transformations can work properly.

Declaration
public Geometry3D DefaultVisualGeometry { get; set; }
Property Value
System.Windows.Media.Media3D.Geometry3D

DefaultVisualGeometrySelector

Gets or sets a geometry selector that provides a way to select a Geometry3D that will define the appearance of the datapoint default visual.

Declaration
public Geometry3DSelector DefaultVisualGeometrySelector { get; set; }
Property Value
Geometry3DSelector

DefaultVisualMaterial

Gets or sets the material that defines the appearance of the default visual that is used to visualize a datapoint.

Declaration
public Material DefaultVisualMaterial { get; set; }
Property Value
System.Windows.Media.Media3D.Material

DefaultVisualMaterialSelector

Gets or sets a material selector that provides a way to select a Material that will define the appearance of the datapoint default visual.

Declaration
public MaterialSelector DefaultVisualMaterialSelector { get; set; }
Property Value
MaterialSelector

XValueBinding

Gets or sets the binding that will be used to fill the XValue member of the contained data points.

Declaration
public DataPointBinding XValueBinding { get; set; }
Property Value
DataPointBinding

YValueBinding

Gets or sets the binding that will be used to fill the YValue member of the contained data points.

Declaration
public DataPointBinding YValueBinding { get; set; }
Property Value
DataPointBinding

ZValueBinding

Gets or sets the binding that will be used to fill the ZValue member of the contained data points.

Declaration
public DataPointBinding ZValueBinding { get; set; }
Property Value
DataPointBinding

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.