Generic class that defines a SeriesDefinition for linear series whose items have point marks.
Namespace: Telerik.Windows.Controls.ChartingAssembly: Telerik.Windows.Controls.Charting (in Telerik.Windows.Controls.Charting.dll) Version: 2013.1.403.40
Syntax
| C# |
|---|
public abstract class LinearPointMarkSeriesDefinition : LinearSeriesDefinition,
ILinearSeriesDefinition, ILinearPointMarkSeriesDefinition |
| Visual Basic |
|---|
Public MustInherit Class LinearPointMarkSeriesDefinition _
Inherits LinearSeriesDefinition _
Implements ILinearSeriesDefinition, ILinearPointMarkSeriesDefinition |
Inheritance Hierarchy
See Also