DataValue Class

Represents a class that holds data for BarChart and ColumnChart.

Definition

Namespace: BeeMobile.Charts
Assembly: BeeMobile.Charts.NET48 (in BeeMobile.Charts.NET48.dll) Version: 4.8.0.3
C#
public class DataValue : INotifyPropertyChanged, ICloneable
Inheritance
Object    DataValue
Implements
INotifyPropertyChanged, ICloneable

Constructors

DataValue Creates an instance of the DataValue.

Properties

AxisLabel Gets or sets the label along an axis.
AxisLabelColor Gets or sets the axis label's color.
AxisLabelRectangle Gets or sets the AxisLabelRectangle.
BorderColor Gets or sets the border color.
BorderWidth Gets or sets the border width.
ClientRectangle Gets the client rectangle for a DataValue object.
FillColor Gets or sets the background color fill.
FillColorDirection Gets or sets the direction of gradient color.
IsEmpty Gets or sets whether the bar is empty or not.
IsValueShownAsLabel Gets or sets whether the value will be displayed as label or not.
Label Gets or sets the label that occurs for a data value, slightly offset from where the point is plotted.
LabelForeColor Gets or sets the Label's ForeColor.
Tag Gets or sets the Tag.
Value Gets or sets the Value.
ValueStringFormat Gets or sets the Value's string format. E.g. set "{0,0:0.0}%" and the result will be "50%" when the Value is 50. You can set String.Emtpy if you want to disable the string formatting.

Methods

Clone Clones the current DataValue object.
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 PropertyChanged event.
Reset Resets object's properties to its default settings.
ResetAxisLabel Sets the AxisLabel to the default value.
ResetAxisLabelColor Sets the AxisLabelColor to the default value.
ResetBorderColor Sets the BorderColor to the default value.
ResetBorderWidth Sets the BorderWidth to the default value.
ResetFillColor Sets the FillColor to the default value.
ResetFillColorDirection Sets the FillColorDirection to the default value.
ResetIsEmpty Sets the IsEmpty to the default value.
ResetIsValueShownAsLabel Sets the IsValueShownAsLabel to the default value.
ResetLabel Sets the Label to the default value.
ResetLabelForeColor Sets the LabelForeColor to the default value.
ResetTag Sets the Tag to the default value.
ResetValue Sets the Value to the default value.
ResetValueStringFormat Sets the ValueStringFormat to the default value.
ShouldSerializeAxisLabel Indicates whether the AxisLabel property should be serialized by Visual Studio designer.
ShouldSerializeAxisLabelColor Indicates whether the AxisLabelColor property should be serialized by Visual Studio designer.
ShouldSerializeAxisLabelRectangle Indicates whether the AxisLabelRectangle property should be serialized by Visual Studio designer.
ShouldSerializeBorderColor Indicates whether the BorderColor property should be serialized by Visual Studio designer.
ShouldSerializeBorderWidth Indicates whether the BorderWidth property should be serialized by Visual Studio designer.
ShouldSerializeClientRectangle Indicates whether the ClientRectangle property should be serialized by Visual Studio designer.
ShouldSerializeFillColorDirection Indicates whether the FillColorDirection property should be serialized by Visual Studio designer.
ShouldSerializeIsEmpty Indicates whether the IsEmpty property should be serialized by Visual Studio designer.
ShouldSerializeIsValueShownAsLabel Indicates whether the IsValueShownAsLabel property should be serialized by Visual Studio designer.
ShouldSerializeLabel Indicates whether the Label property should be serialized by Visual Studio designer.
ShouldSerializeLabelForeColor Indicates whether the LabelForeColor property should be serialized by Visual Studio designer.
ShouldSerializeTag Indicates whether the Tag property should be serialized by Visual Studio designer.
ShouldSerializeValue Indicates whether the Value property should be serialized by Visual Studio designer.
ShouldSerializeValueStringFormat Indicates whether the ValueStringFormat property should be serialized by Visual Studio designer.
ToStringReturns a string that represents the current object.
(Inherited from Object)

Events

PropertyChanged Occurs when a property value changes.

See Also