Class
PointSeries

Represents a chart series that plot its points using ellipses.

Definition

Namespace:Telerik.UI.Xaml.Controls.Chart

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public class PointSeries : CategoricalSeriesBase, IChartSeries, IChartElementPresenter, IElementPresenter

Inheritance: objectRadControlPresenterBaseChartElementPresenterChartSeriesPointTemplateSeriesCartesianSeriesCategoricalSeriesBasePointSeries

Implements: IChartElementPresenterIChartSeriesIElementPresenter

Inherited Members CategoricalSeriesBase.ValueBindingPropertyCategoricalSeriesBase.CategoryBindingPropertyCategoricalSeriesBase.ValueBindingCategoricalSeriesBase.CategoryBindingCategoricalSeriesBase.DataPointsCartesianSeries.HorizontalAxisPropertyCartesianSeries.VerticalAxisPropertyCartesianSeries.OnAttached()CartesianSeries.OnDetached(RadChartBase)CartesianSeries.HorizontalAxisCartesianSeries.VerticalAxisPointTemplateSeries.PointTemplatePropertyPointTemplateSeries.PointTemplateSelectorPropertyPointTemplateSeries.DefaultVisualStylePropertyPointTemplateSeries.LegendTitlePropertyPointTemplateSeries.IsVisibleInLegendPropertyPointTemplateSeries.GetDataPointVisual(DataPoint)PointTemplateSeries.MeasureNodeOverride(Node, object)PointTemplateSeries.UnapplyTemplateCore()PointTemplateSeries.ApplyTemplateCore()PointTemplateSeries.DefaultVisualStylePointTemplateSeries.PointTemplatePointTemplateSeries.PointTemplateSelectorPointTemplateSeries.PointTemplatesPointTemplateSeries.LegendTitlePointTemplateSeries.IsVisibleInLegendChartSeries.IsSelectedPropertyChartSeries.AllowSelectPropertyChartSeries.ShowLabelsPropertyChartSeries.ItemsSourcePropertyChartSeries.ClipToPlotAreaPropertyChartSeries.IsSelectedBindingPropertyChartSeries.PaletteIndexPropertyChartSeries.HitTest(Rect)ChartSeries.HitTestDataPoints(Rect)ChartSeries.HitTestElementsCore(Rect, bool, bool)ChartSeries.SelectRectPoints(ref Rect)ChartSeries.HitTestDataPointsCore(Rect)ChartSeries.HitTestDataPointsCore(Rect, bool)ChartSeries.GetDataPointLabels(DataPoint)ChartSeries.OnTemplateApplied()ChartSeries.OnCreateAutomationPeer()ChartSeries.IsSelectedChartSeries.AllowSelectChartSeries.PaletteIndexChartSeries.LabelDefinitionsChartSeries.IsSelectedBindingChartSeries.ShowLabelsChartSeries.DisplayNameChartSeries.ClipToPlotAreaChartSeries.ItemsSourceChartSeries.ActualPaletteIndexChartSeries.DataBindingCompleteChartElementPresenter.ZIndexChartElementPresenter.ChartPresenterBase.InfinitySizePresenterBase.InfinityPointPresenterBase.RefreshNode(object)PresenterBase.InvalidatePalette()PresenterBase.RefreshNodeCore(Node)PresenterBase.CreateContentPresenter(object, DataTemplate)PresenterBase.RenderSurfacePresenterBase.CompositorPresenterBase.ContainerVisualRootRadControl.EndVisualStateUpdate(bool, bool)RadControl.UpdateVisualState(bool)RadControl.BeginVisualStateUpdate()RadControl.SetVisualState(string, bool)RadControl.CanUpdateVisualState()RadControl.ComposeVisualStateName()RadControl.MeasureOverride(Size)RadControl.ArrangeOverride(Size)RadControl.OnApplyTemplate()RadControl.OnIsEnabledChanged(bool, bool)RadControl.LoadCore()RadControl.OnLoaded()RadControl.UnloadCore()RadControl.CurrentVisualStateRadControl.IsLoadedRadControl.IsLoadingRadControl.IsUnloadedRadControl.WasUnloadedRadControl.IsTemplateApplied

Constructors

PointSeries()

Initializes a new instance of the PointSeries class.

Declaration

cs-api-definition
public PointSeries()

Fields

LegendTitleBindingProperty

Identifies the LegendTitleBinding property.

Declaration

cs-api-definition
public static readonly DependencyProperty LegendTitleBindingProperty

Field Value

DependencyProperty

PaletteModeProperty

Identifies the PaletteMode dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty PaletteModeProperty

Field Value

DependencyProperty

PointSizeProperty

Identifies the PointSize property.

Declaration

cs-api-definition
public static readonly DependencyProperty PointSizeProperty

Field Value

DependencyProperty

Properties

LegendTitleBinding

Gets or sets the binding that will be used by any attached legend to display legend item title.

Declaration

cs-api-definition
public DataPointBinding LegendTitleBinding { get; set; }

Property Value

DataPointBinding

PaletteMode

Gets or sets the target type of the chart palette, specified to the owning Chart instance. Defaults to PaletteTargetType.Series.

Declaration

cs-api-definition
public SeriesPaletteMode PaletteMode { get; set; }

Property Value

SeriesPaletteMode

PointSize

Gets or sets the of the points. This property will be ignored if PointTemplate property is set.

Declaration

cs-api-definition
public Size PointSize { get; set; }

Property Value

Size