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 PlaneXY

This class represents the plane that contains the X and Y axes.

Inheritance
System.Object
Control3D<PlaneXYControl3D>
Plane3D<PlaneXYControl3D>
PlaneXY
Inherited Members
Plane3D<PlaneXYControl3D>.DepthProperty
Plane3D<PlaneXYControl3D>.HeightProperty
Plane3D<PlaneXYControl3D>.PositionTransformProperty
Plane3D<PlaneXYControl3D>.PrimaryAxis3DPointsProperty
Plane3D<PlaneXYControl3D>.PrimaryTicksSourceProperty
Plane3D<PlaneXYControl3D>.SecondaryAxis3DPointsProperty
Plane3D<PlaneXYControl3D>.SecondaryTicksSourceProperty
Plane3D<PlaneXYControl3D>.ThicknessProperty
Plane3D<PlaneXYControl3D>.WidthProperty
Plane3D<PlaneXYControl3D>.IPlane3D.CalculateGridLinesDrawingArea(Axis3DType)
Plane3D<PlaneXYControl3D>.OnApplyTemplate(Control)
Plane3D<PlaneXYControl3D>.UpdateAxisPoints()
Plane3D<PlaneXYControl3D>.OnPropertyChanged(DependencyPropertyChangedEventArgs)
Plane3D<PlaneXYControl3D>.AdornerLayer
Plane3D<PlaneXYControl3D>.Depth
Plane3D<PlaneXYControl3D>.Height
Plane3D<PlaneXYControl3D>.PositionTransform
Plane3D<PlaneXYControl3D>.PrimaryAxis3DPoints
Plane3D<PlaneXYControl3D>.PrimaryTicksSource
Plane3D<PlaneXYControl3D>.SecondaryAxis3DPoints
Plane3D<PlaneXYControl3D>.SecondaryTicksSource
Plane3D<PlaneXYControl3D>.Thickness
Plane3D<PlaneXYControl3D>.Width
Control3D<PlaneXYControl3D>.ControlContainerProperty
Control3D<PlaneXYControl3D>.MaterialProperty
Control3D<PlaneXYControl3D>.ChildItemAdded(UIElement3D, Int32)
Control3D<PlaneXYControl3D>.ChildItemRemoved(UIElement3D, Int32)
Control3D<PlaneXYControl3D>.OnControlContainerChanged()
Control3D<PlaneXYControl3D>.InitializeModelControl(IModelControl3D)
Control3D<PlaneXYControl3D>.ClearContainer()
Control3D<PlaneXYControl3D>.FindStoryboard(Control, DependencyProperty, Object)
Control3D<PlaneXYControl3D>.CreateControl()
Control3D<PlaneXYControl3D>.OnModelControlAttached()
Control3D<PlaneXYControl3D>.OnModelControlCreated()
Control3D<PlaneXYControl3D>.GetVisual3DChild(Int32)
Control3D<PlaneXYControl3D>.OnMouseEnter(MouseEventArgs)
Control3D<PlaneXYControl3D>.OnMouseLeave(MouseEventArgs)
Control3D<PlaneXYControl3D>.OnVisualParentChanged(DependencyObject)
Control3D<PlaneXYControl3D>.RegisterNames()
Control3D<PlaneXYControl3D>.BeginTime
Control3D<PlaneXYControl3D>.ModelElement
Control3D<PlaneXYControl3D>.Control
Control3D<PlaneXYControl3D>.ControlContainer
Control3D<PlaneXYControl3D>.ModelControl
Control3D<PlaneXYControl3D>.Visual3DChildrenCount
Control3D<PlaneXYControl3D>.MouseEnterStoryboard
Control3D<PlaneXYControl3D>.MouseLeaveStoryboard
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll

Syntax

public class PlaneXY : Plane3D<PlaneXYControl3D>, IControl3D, ILogicalItem, IPlane3D

Constructors

PlaneXY()

Declaration
public PlaneXY()

Methods

CalculateGridLinesDrawingArea(Axis3DType)

Calculates the available drawing area for the 3D gridlines in the specified orientation.

Declaration
protected override Point3DCollection CalculateGridLinesDrawingArea(Axis3DType gridLinesOrientation)
Parameters
Axis3DType gridLinesOrientation

The orientation of the gridlines in the 3D space.

Returns
System.Windows.Media.Media3D.Point3DCollection

Overrides
Telerik.Windows.Controls.Charting.Plane3D<Telerik.Windows.Controls.Charting.PlaneXYControl3D>.CalculateGridLinesDrawingArea(Telerik.Windows.Controls.Charting.Axis3DType)
Remarks

This method supports the RadChart infrastructure and is not intended to be used directly from your code.

UpdateDimensions()

Updates the dimensions of the plane in accordance with its thickness.

Declaration
protected override void UpdateDimensions()
Overrides
Telerik.Windows.Controls.Charting.Plane3D<Telerik.Windows.Controls.Charting.PlaneXYControl3D>.UpdateDimensions()
Remarks

This method supports the RadChart infrastructure and is not intended to be used directly from your code.

UpdatePosition()

Updates the position of the plane when the thickness of the plane changes.

Declaration
protected override void UpdatePosition()
Overrides
Telerik.Windows.Controls.Charting.Plane3D<Telerik.Windows.Controls.Charting.PlaneXYControl3D>.UpdatePosition()
Remarks

This method supports the RadChart infrastructure and is not intended to be used directly from your code.

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.