ClassPointSeries
Represents a chart series that plot its points using ellipses.
Definition
Namespace:Telerik.UI.Xaml.Controls.Chart
Assembly:Telerik.WinUI.Controls.dll
Syntax:
public class PointSeries : CategoricalSeriesBase, IChartSeries, IChartElementPresenter, IElementPresenter
Inheritance: objectRadControlPresenterBaseChartElementPresenterChartSeriesPointTemplateSeriesCartesianSeriesCategoricalSeriesBasePointSeries
Implements:
Inherited Members
Constructors
PointSeries()
Initializes a new instance of the PointSeries class.
Declaration
public PointSeries()
Fields
LegendTitleBindingProperty
Identifies the LegendTitleBinding property.
Declaration
public static readonly DependencyProperty LegendTitleBindingProperty
Field Value
DependencyProperty
PaletteModeProperty
Identifies the PaletteMode dependency property.
Declaration
public static readonly DependencyProperty PaletteModeProperty
Field Value
DependencyProperty
PointSizeProperty
Identifies the PointSize property.
Declaration
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
public DataPointBinding LegendTitleBinding { get; set; }
Property Value
PaletteMode
Gets or sets the target type of the chart palette, specified to the owning Chart instance. Defaults to PaletteTargetType.Series.
Declaration
public SeriesPaletteMode PaletteMode { get; set; }
Property Value
PointSize
Gets or sets the of the points. This property will be ignored if PointTemplate property is set.
Declaration
public Size PointSize { get; set; }
Property Value
Size