Class LinearPointMarkSeriesDefinition
Generic class that defines a SeriesDefinition for linear series whose items have point marks.
Inherited Members
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public abstract class LinearPointMarkSeriesDefinition : LinearSeriesDefinition, ISeriesDefinition, IAggregationGroupSeriesDefinition, INotifyPropertyChanged, ILinearSeriesDefinition, ILinearPointMarkSeriesDefinition
Constructors
LinearPointMarkSeriesDefinition()
Initializes a new instance of the LinearPointMarkSeriesDefinition class.
Declaration
protected LinearPointMarkSeriesDefinition()
Fields
ShowPointMarksProperty
Identifies the ShowPointMarks dependency property.
Declaration
public static readonly DependencyProperty ShowPointMarksProperty
Field Value
System.Windows.DependencyProperty
|
Properties
ShowPointMarks
Gets or sets a value indicating whether the point marks associated with chart series items should be visible or hidden.
Declaration
public bool ShowPointMarks { get; set; }
Property Value
System.Boolean
Default value is |
Methods
CreateAggregationGroup()
Creates the aggregation group.
Declaration
protected abstract void CreateAggregationGroup()
InitializeDesignTimeAggregators()
Initializes the design time aggregators.
Declaration
protected void InitializeDesignTimeAggregators()