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 ScatterPoint

This class represents a 2D point series item.

Inheritance
System.Object
BaseChartItem
BaseChartItem2D
BasePointMarkChartItem
ScatterPoint
Inherited Members
BasePointMarkChartItem.EndPointProperty
BasePointMarkChartItem.EndPointXProperty
BasePointMarkChartItem.EndPointYProperty
BasePointMarkChartItem.PointMarkShapeStyleProperty
BasePointMarkChartItem.PointMarkItemStyleProperty
BasePointMarkChartItem.PointMarkVisibilityProperty
BasePointMarkChartItem.PointMarkCanvasTopProperty
BasePointMarkChartItem.PointMarkCanvasLeftProperty
BasePointMarkChartItem.StartPointProperty
BasePointMarkChartItem.StartPointXProperty
BasePointMarkChartItem.StartPointYProperty
BasePointMarkChartItem.CreateTopPoints(Size, DataRange, DataRange)
BasePointMarkChartItem.CreateBottomPoints(Size, DataRange, DataRange)
BasePointMarkChartItem.AppearanceItemPropertyChanged(Object, PropertyChangedEventArgs)
BasePointMarkChartItem.DataPointPropertyChanged(Object, PropertyChangedEventArgs)
BasePointMarkChartItem.SetSeriesItemStyle()
BasePointMarkChartItem.EndPoint
BasePointMarkChartItem.EndPointX
BasePointMarkChartItem.EndPointY
BasePointMarkChartItem.PointMarkShapeStyle
BasePointMarkChartItem.PointMarkItemStyle
BasePointMarkChartItem.PointMarkVisibility
BasePointMarkChartItem.PointMarkCanvasTop
BasePointMarkChartItem.PointMarkCanvasLeft
BasePointMarkChartItem.StartPoint
BasePointMarkChartItem.StartPointX
BasePointMarkChartItem.StartPointY
BasePointMarkChartItem.PointMark
BaseChartItem2D.ItemActualHeightProperty
BaseChartItem2D.ItemActualWidthProperty
BaseChartItem2D.UpdateDefiningGeometry()
BaseChartItem2D.OnLabelSettingsPropertyChanged(Object, PropertyChangedEventArgs)
BaseChartItem2D.UpdateTemplateElements()
BaseChartItem2D.OnMouseEnter(MouseEventArgs)
BaseChartItem2D.OnMouseLeave(MouseEventArgs)
BaseChartItem2D.OnMouseLeftButtonDown(MouseButtonEventArgs)
BaseChartItem2D.RaiseSelectionChangeNotification()
BaseChartItem2D.ItemActualHeight
BaseChartItem2D.ItemActualWidth
BaseChartItem2D.DefiningGeometry
BaseChartItem.ItemClickEvent
BaseChartItem.CurrentIndexProperty
BaseChartItem.DataPointProperty
BaseChartItem.DataSeriesProperty
BaseChartItem.IsFirstProperty
BaseChartItem.IsLastProperty
BaseChartItem.ItemStyleProperty
BaseChartItem.LastDataPointProperty
BaseChartItem.PreviewItemClickEvent
BaseChartItem.HideToolTip()
BaseChartItem.ConfigureAnimationSettings()
BaseChartItem.ConfigureInitialTransformState()
BaseChartItem.OnAnimationSettingsChanged()
BaseChartItem.OnDataPointChanged(Object, DependencyPropertyChangedEventArgs)
BaseChartItem.SetSeriesItemStyle(Object)
BaseChartItem.OnInitialized(EventArgs)
BaseChartItem.ApplyCustomAppearanceSettings()
BaseChartItem.ApplyCustomAppearanceSettings(Shape)
BaseChartItem.ApplyCustomAppearanceSettings(Shape, Boolean)
BaseChartItem.ApplyCustomStrokeSettings(Shape)
BaseChartItem.ApplyCustomStrokeSettings(ParametricLine)
BaseChartItem.BaseChartItemMouseEnter(Object, MouseEventArgs)
BaseChartItem.BaseChartItemMouseLeave(Object, MouseEventArgs)
BaseChartItem.BaseChartItemMouseMove(Object, MouseEventArgs)
BaseChartItem.PreviewBaseChartItemClicked(Object, MouseButtonEventArgs)
BaseChartItem.BaseChartItemClicked(Object, MouseButtonEventArgs)
BaseChartItem.StoryboardResourceKeyFormat
BaseChartItem.DataPoint
BaseChartItem.ChartArea
BaseChartItem.CurrentIndex
BaseChartItem.DataSeries
BaseChartItem.IsFirst
BaseChartItem.IsLast
BaseChartItem.ItemStyle
BaseChartItem.LastDataPoint
BaseChartItem.Transform
BaseChartItem.AnimationsEnabled
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll

Syntax

public class ScatterPoint : BasePointMarkChartItem, IChartItem, ILogicalItem, IAnimatable, IInteractiveElement

Constructors

ScatterPoint()

Declaration
public ScatterPoint()

Fields

PointSizeProperty

Identifies the PointSize dependency property.

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

Properties

PointSize

Gets or sets the size of the point.

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

The size of the point.

Methods

ArrangeOverride(Size)

When overridden in a derived class, positions child elements and determines a size for a System.Windows.FrameworkElement derived class.

Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
System.Windows.Size finalSize

The final area within the parent that this element should use to arrange itself and its children.

Returns
System.Windows.Size

The actual size used.

Overrides
BasePointMarkChartItem.ArrangeOverride(Size)

CreatePoints(Size)

Creates the control points based on the arrangedBounds.

Declaration
protected override void CreatePoints(Size arrangedBounds)
Parameters
System.Windows.Size arrangedBounds

The arranged bounds.

Overrides
BasePointMarkChartItem.CreatePoints(Size)

OnApplyTemplate()

When overridden in a derived class, is invoked whenever application code or internal processes call System.Windows.FrameworkElement.ApplyTemplate.

Declaration
public override void OnApplyTemplate()
Overrides
BasePointMarkChartItem.OnApplyTemplate()

OnDataSeriesDefinitionChanged(Object, PropertyChangedEventArgs)

Called when DataSeries Definition is changed.

Declaration
protected override void OnDataSeriesDefinitionChanged(object sender, PropertyChangedEventArgs e)
Parameters
System.Object sender

The sender.

System.ComponentModel.PropertyChangedEventArgs e

The System.ComponentModel.PropertyChangedEventArgs instance containing the event data.

Overrides
BasePointMarkChartItem.OnDataSeriesDefinitionChanged(Object, PropertyChangedEventArgs)

UpdatePointMarkPosition()

Updates the point mark position.

Declaration
public override void UpdatePointMarkPosition()
Overrides
BasePointMarkChartItem.UpdatePointMarkPosition()
Remarks

You need to call this method only if you have changed the size of individual PointMark.

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.