Class PointSeries
Inheritance
System.Object
PointSeries
Inherited Members
Namespace: Telerik.UI.Xaml.Controls.Chart
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class PointSeries : CategoricalSeriesBase, IChartSeries, IChartElementPresenter, IElementPresenter
Constructors
PointSeries()
Declaration
public PointSeries()
Fields
LegendTitleBindingProperty
Declaration
public static readonly DependencyProperty LegendTitleBindingProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
PaletteModeProperty
Declaration
public static readonly DependencyProperty PaletteModeProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
PointSizeProperty
Declaration
public static readonly DependencyProperty PointSizeProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
LegendTitleBinding
Declaration
public DataPointBinding LegendTitleBinding { get; set; }
Property Value
|
DataPointBinding
|
PaletteMode
PointSize
Declaration
public Size PointSize { get; set; }
Property Value
|
Windows.Foundation.Size
|