ChartBaseDataValueSettings Property

Gets the default settings for DataValue objects created by ChartBase if DataSource is used.

Definition

Namespace: BeeMobile.Charts
Assembly: BeeMobile.Charts.NET48 (in BeeMobile.Charts.NET48.dll) Version: 4.8.0.3
C#
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public virtual DataValue DataValueSettings { get; }

Property Value

DataValue

Remarks

If you assign a DataSource property, ChartBase will automatically create a DataValue object for each item in the data source. The settings of DataValue is copied from this property.

See Also