Xamarin Pack Programmer's Guide
DataBoundSeries Members
Constructors Properties Methods Events
 


Represents a series whose data items are retrieved from a data source.

The following tables list the members exposed by the DataBoundSeries type.

 Public Constructors

  Name Description

DataBoundSeries

Initializes a new instance of the DataBoundSeries class.

 Public Properties

  Name Description

DataSource

Gets or sets the data source this series is bound to.

DateTimeFormat

Gets or sets the format of the values in the series if they are of type DateTime.

Dimensions

Implements Series.Dimensions. Returns the number of X/Y/ZDataField properties set.

InnerLabelsDataField

Gets or sets the name of inner labels data field in the data source.

OuterLabelsDataField

Gets or sets the name of outer labels data field in the data source.

Size

Implements Series.Size. Gets the number of data items in the data source.

SupportedLabels

Implements Series.SupportedLabels. Result depends on which *LabelsDataField properties are set.

Title

Implements Series.Title. Gets or sets the title of this series.

ToolTipsDataField

Gets or sets the name of tooltips data field in the data source.

XAxisLabelsDataField

Gets or sets the name of X axis labels data field in the data source.

XDataField

Gets or sets the name of X data field in the data source.

YAxisLabelsDataField

Gets or sets the name of Y axis labels data field in the data source.

YDataField

Gets or sets the name of Y data field in the data source.

ZAxisLabelsDataField

Gets or sets the name of Z axis labels data field in the data source.

ZDataField

Gets or sets the name of Z data field in the data source.

 Public Methods

  Name Description

GetLabel

Implements Series.GetLabel. Returns a label for the specified data item in the data source.

GetValue

Implements Series.GetValue. Returns a value for the specified data item in the data source.

IsEmphasized

Implements Series.IsEmphasized. DataBoundSeries always returns false.

IsSorted

Implements Series.IsSorted. Gets a value indicating whether the series values increase monotonously in specified dimension.

 Protected Methods

  Name Description

OnDataChanged

Raises the DataChanged event.

 Public Events

  Name Description

DataChanged

Implements Series.DataChanged. Raised when the values in this series change.

 See Also

DataBoundSeries Class
MindFusion.Charting Namespace