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 BasePointMarkChartItem

Base class for chart items, having point marks and labels.

Inheritance
System.Object
BaseChartItem
BaseChartItem2D
BasePointMarkChartItem
BaseAreaChartItem
Line
ScatterPoint
Spline
StepLine
Inherited Members
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 abstract class BasePointMarkChartItem : BaseChartItem2D, IChartItem, ILogicalItem, IAnimatable, IInteractiveElement

Constructors

BasePointMarkChartItem()

Initializes a new instance of the BasePointMarkChartItem class.

Declaration
protected BasePointMarkChartItem()

Fields

EndPointProperty

Identifies the EndPoint dependency property.

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

EndPointXProperty

Identifies the EndPointX dependency property.

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

EndPointYProperty

Identifies the EndPointY dependency property.

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

PointMarkCanvasLeftProperty

Identifies the PointMarkCanvasLeft dependency property.

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

PointMarkCanvasTopProperty

Identifies the PointMarkCanvasTop dependency property.

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

PointMarkItemStyleProperty

Identifies the PointMarkItemStyle dependency property.

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

PointMarkShapeStyleProperty

Identifies the PointMarkShapeStyle dependency property.

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

PointMarkVisibilityProperty

Identifies the PointMarkVisibility dependency property.

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

StartPointProperty

Identifies the StartPoint dependency property.

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

StartPointXProperty

Identifies the StartPointX dependency property.

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

StartPointYProperty

Identifies the StartPointY dependency property.

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

Properties

EndPoint

Gets or sets the start point of the item's figure.

Declaration
public Point EndPoint { get; set; }
Property Value
System.Windows.Point

EndPointX

Gets or sets the horizontal coordinate of the end point of the line.

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

EndPointY

Gets or sets the vertical coordinate of the end point of the line.

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

PointMark

Gets the first point mark of this item.

Declaration
protected PointMark PointMark { get; }
Property Value
PointMark

The first point mark.

PointMarkCanvasLeft

Gets or sets the Canvas.Left coordinate of the point mark.

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

PointMarkCanvasTop

Gets or sets the Canvas.Top coordinate for the point mark.

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

PointMarkItemStyle

Gets or sets the style associated with the point mark.

Declaration
public Style PointMarkItemStyle { get; set; }
Property Value
System.Windows.Style

PointMarkShapeStyle

Gets or sets the style that applies the appearance settings on the point mark shape.

Declaration
public Style PointMarkShapeStyle { get; set; }
Property Value
System.Windows.Style

PointMarkVisibility

Gets or sets the visibility of the point mark.

Declaration
public Visibility PointMarkVisibility { get; set; }
Property Value
System.Windows.Visibility

StartPoint

Gets or sets the end point of the item's figure.

Declaration
public Point StartPoint { get; set; }
Property Value
System.Windows.Point

StartPointX

Gets or sets the horizontal coordinate of the start point of the line.

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

StartPointY

Gets or sets the vertical coordinate of the start point of the line.

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

Methods

AppearanceItemPropertyChanged(Object, PropertyChangedEventArgs)

Raised when appearance property changes.

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

The sender.

System.ComponentModel.PropertyChangedEventArgs e

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

Overrides
BaseChartItem.AppearanceItemPropertyChanged(Object, PropertyChangedEventArgs)

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
BaseChartItem2D.ArrangeOverride(Size)

CreateBottomPoints(Size, DataRange, DataRange)

Creates the bottom points.

Declaration
protected virtual void CreateBottomPoints(Size arrangedBounds, DataRange rangeYFrom, DataRange rangeYTo)
Parameters
System.Windows.Size arrangedBounds

The arranged bounds.

DataRange rangeYFrom

The range Y from.

DataRange rangeYTo

The range Y to.

CreatePoints(Size)

Creates the control points based on the arrangedBounds.

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

The arranged bounds.

CreateTopPoints(Size, DataRange, DataRange)

Creates the top points.

Declaration
protected virtual void CreateTopPoints(Size arrangedBounds, DataRange rangeYFrom, DataRange rangeYTo)
Parameters
System.Windows.Size arrangedBounds

The arranged bounds.

DataRange rangeYFrom

The range Y from.

DataRange rangeYTo

The range Y to.

DataPointPropertyChanged(Object, PropertyChangedEventArgs)

This method is called whenever the PropertyChanged event of the DataPoint occurs.

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

The sender.

System.ComponentModel.PropertyChangedEventArgs e

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

Overrides
BaseChartItem2D.DataPointPropertyChanged(Object, PropertyChangedEventArgs)

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
BaseChartItem2D.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
BaseChartItem2D.OnDataSeriesDefinitionChanged(Object, PropertyChangedEventArgs)

SetSeriesItemStyle()

Sets the series item style.

Declaration
protected override void SetSeriesItemStyle()
Overrides
BaseChartItem.SetSeriesItemStyle()

UpdatePointMarkPosition()

Updates the point mark position.

Declaration
public virtual void 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.