DataSeries Class

Represents a series of data for LineChart control.

Definition

Namespace: BeeMobile.LineChart
Assembly: BeeMobile.LineChart.NET48 (in BeeMobile.LineChart.NET48.dll) Version: 4.8.1.10 (4.8.1.10)
C#
public class DataSeries : INotifyPropertyChanged
Inheritance
Object    DataSeries
Implements
INotifyPropertyChanged

Remarks

Objects of this type can be added into LineChart's ChartData.

Constructors

DataSeries Initializes a new instance of DataSeries class.

Properties

Bullet Gets the Shape of the bullet.
BulletShapeType Gets or sets the shape of the bullets for the data series.
Color Gets or sets the color of the Data Series.
DataItems This collection holds all the data items of this data series.
Highlighted Determines whether the data is highlighted.
HighlightedWidth Gets or sets the width of the line used to draw a highlighted DataSeries.
InterpolationMode Gets or sets the mode of drawing data.
LinePattern Gets or sets the pattern of the data series line (true - draw pixel, false - skip pixel).
Name Gets or sets the name of the Data Series.
Parent Gets the parent chart.
Tag User-defined data associated with the Data Series.
Visible Determines whether the data is visible or hidden.
Width Gets or sets the width of the Data Series line.
YAxis Gets or sets the y-axis associated with the data.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
OnPropertyChanged Fires the PropertyChanged event.
ResetColor Sets the Color to the default value.
ResetDataItems Sets the DataItems to the default value.
ResetHighlighted Sets the Highlighted to the default value.
ResetHighlightedWidth Sets the HighlightedWidth to the default value.
ResetInterpolationMode Sets the InterpolationMode to the default value.
ResetLinePattern Sets the LinePattern to the default value.
ResetName Sets the Name to the default value.
ResetTag Sets the Tag to the default value.
ResetVisible Sets the Visible to the default value.
ResetWidth Sets the Width to the default value.
ResetYAxis Sets the YAxis to the default value.
ShouldSerializeBulletShapeType Indicates whether the BulletShapeType property should be serialized by Visual Studio designer.
ShouldSerializeColor Indicates whether the Color property should be serialized by Visual Studio designer.
ShouldSerializeDataItems Indicates whether the DataItems property should be serialized by Visual Studio designer.
ShouldSerializeHighlighted Indicates whether the Highlighted property should be serialized by Visual Studio designer.
ShouldSerializeHighlightedWidth Indicates whether the HighlightedWidth property should be serialized by Visual Studio designer.
ShouldSerializeInterpolationMode Indicates whether the InterpolationMode property should be serialized by Visual Studio designer.
ShouldSerializeLinePattern Indicates whether the LinePattern property should be serialized by Visual Studio designer.
ShouldSerializeName Indicates whether the Name property should be serialized by Visual Studio designer.
ShouldSerializeTag Indicates whether the Tag property should be serialized by Visual Studio designer.
ShouldSerializeVisible Indicates whether the Visible property should be serialized by Visual Studio designer.
ShouldSerializeWidth Indicates whether the Width property should be serialized by Visual Studio designer.
ShouldSerializeYAxis Indicates whether the YAxis property should be serialized by Visual Studio designer.
ToStringReturns a string that represents the current object.
(Inherited from Object)

Events

PropertyChanged Raised whenever a value of a property changes.

See Also