MobileForms Toolkit Documentation

SeriesByColumn.ColumnIndex Property

Get or set the target column index.

public int ColumnIndex {get; set;}

Property Value

Integer indicating which column is used from datasource. Default value is -1.

Remarks

Default value -1 means that ColumnName is used. Otherwise ColumnIndex has precedense over ColumnName.

ColumnIndex is automatically reset to -1 when ColumnName is set.

See Also

SeriesByColumn Class | Resco.Controls.CompactChart Namespace