LinearXAxisFloat Class

Represents a linear horizontal axis for LineChart control, which supports single-precision floating-point values.

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 LinearXAxisFloat : LinearXAxis
Inheritance
Object    Axis    XAxis    LinearXAxis    LinearXAxisFloat

Constructors

LinearXAxisFloat Initializes a new instance of LinearXAxisFloat class.

Properties

AutoMajorTickIntervals Gets or sets whether the automatic major tick interval recalculation, based on axis display interval takes place.
(Inherited from Axis)
AutoMtiTriggerFactor Gets or sets the factor of the trigger for automatic recalculation of major tick intervals. If more than AutoMtiTriggerFactor major tick intervals fit on this Axis, then the count of major tick marks will automatically double. If fewer than half of AutoMtiTriggerFactor major tick marks fit on this Axis, then the count of major tick marks will automatically be split in half.
(Inherited from LinearXAxis)
Color Gets or sets the color of the axis and text associated with it.
(Inherited from Axis)
Description The description of the axis.
(Inherited from Axis)
Font The font used to display text associated with the axis.
(Inherited from Axis)
GridColor Gets or sets the color of grid lines.
(Inherited from Axis)
GridLinesVisible Determines whether grid lines are visible or hidden.
(Inherited from Axis)
IdealCountMajorTickMarks Gets or sets the ideal count of major tick marks.
(Inherited from LinearXAxis)
IsDisposed Gets a value indicating whether the control has been disposed of.
(Inherited from Axis)
LabelsVisible Determines whether axis labels are visible or hidden.
(Inherited from Axis)
LimitLines The collection of limit lines.
(Inherited from Axis)
LimitLinesVisible Determines whether limit lines are visible or hidden.
(Inherited from Axis)
MajorTickInterval Gets or sets the interval between two major tick marks. Setting zero or negative values is ignored.
MajorTickLength Determines the length of major tick marks.
(Inherited from Axis)
MaxAxisInterval The maximum difference between MaxValue and MinValue.
(Overrides AxisMaxAxisInterval)
MaxValue The maximum displayed value on the axis.
(Overrides AxisMaxValue)
MinAxisInterval The minimum difference between MaxValue and MinValue.
(Overrides AxisMinAxisInterval)
MinMajorTickDistance Gets or sets the minimum interval between two major tick marks.
MinorTickCount Determines the count of minor tick marks between two major tick marks on linear axis.
(Inherited from Axis)
MinorTickLength Determines the length of minor tick marks.
(Inherited from Axis)
MinValue The minimum displayed value on the axis.
(Overrides AxisMinValue)
Regions The collection of regions.
(Inherited from Axis)
RegionsVisible Determines whether regions are visible or hidden.
(Inherited from Axis)
StringFormat A format string that specifies the format of the label's string.
(Inherited from Axis)
ViewPortEnd Gets or sets a value representing the ending coordinate of the viewport.
ViewPortStart Gets or sets a value representing the starting coordinate of the viewport.
Visible Determines whether the axis is visible or hidden.
(Inherited from Axis)

Methods

Dispose Releases all resources used by this object.
(Inherited from Axis)
Dispose(Boolean) Disposes resources used by this class.
(Inherited from Axis)
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Finalize Disposes all unmanaged resources used by this class.
(Inherited from Axis)
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.
(Inherited from Axis)
ResetAutoMajorTickIntervals Sets the AutoMajorTickIntervals to the default value.
(Inherited from Axis)
ResetAutoMtiTriggerFactor Sets the AutoMtiTriggerFactor to the default value.
(Inherited from LinearXAxis)
ResetColor Sets the Color to the default value.
(Inherited from Axis)
ResetDescription Sets the Description to the default value.
(Inherited from Axis)
ResetDispMaxValue Sets the DispMaxValue to the default value.
ResetDispMinValue Sets the DispMinValue to the default value.
ResetFont Sets the Font to the default value.
(Inherited from Axis)
ResetGridColor Sets the GridColor to the default value.
(Inherited from Axis)
ResetGridLinesVisible Sets the GridLinesVisible to the default value.
(Inherited from Axis)
ResetIdealCountMajorTickMarks Sets the IdealCountMajorTickMarks to the default value.
(Inherited from LinearXAxis)
ResetLabelsOrientation Sets the LabelsOrientation to the default value.
(Inherited from Axis)
ResetLabelsVisible Sets the LabelsVisible to the default value.
(Inherited from Axis)
ResetLimitLines Sets the MajorTickLength to the default value.
(Inherited from Axis)
ResetLimitLinesVisible Sets the LimitLinesVisible to the default value.
(Inherited from Axis)
ResetMajorTickCount Sets the MajorTickCount to the default value.
(Inherited from Axis)
ResetMajorTickInterval Sets the MajorTickInterval to the default value.
ResetMajorTickLength Sets the MajorTickLength to the default value.
(Inherited from Axis)
ResetMaxAxisInterval Sets the MaxAxisInterval to the default value.
ResetMaxValue Sets the MaxValue to the default value.
ResetMinAxisInterval Sets the MinAxisInterval to the default value.
ResetMinMajorTickDistance Sets the MinMajorTickDistance to the default value.
ResetMinorTickCount Sets the MinorTickCount to the default value.
(Inherited from Axis)
ResetMinorTickLength Sets the MinorTickLength to the default value.
(Inherited from Axis)
ResetMinValue Sets the MinValue to the default value.
ResetRegions Sets the MajorTickLength to the default value.
(Inherited from Axis)
ResetRegionsVisible Sets the RegionsVisible to the default value.
(Inherited from Axis)
ResetStringFormat Sets the StringFormat to the default value.
(Inherited from Axis)
ResetViewPortEnd Sets the ViewPortEnd to the default value.
ResetViewPortStart Sets the ViewPortStart to the default value.
ResetVisible Sets the Visible to the default value.
(Inherited from Axis)
SelectRegion Scrolls to a specific region which becomes the new viewable area.
(Overrides AxisSelectRegion(String))
SetAxisRangeAndViewPortRange Sets values to ViewPortStart, ViewPortEnd, MinValue, MaxValue properties all at the same time.
ShouldSerializeAutoMajorTickIntervals Indicates whether the AutoMajorTickIntervals property should be serialized by Visual Studio designer.
(Inherited from Axis)
ShouldSerializeAutoMtiTriggerFactor Indicates whether the AutoMtiTriggerFactor property should be serialized by Visual Studio designer.
(Inherited from LinearXAxis)
ShouldSerializeColor Indicates whether the Color property should be serialized by Visual Studio designer.
(Inherited from Axis)
ShouldSerializeDescription Indicates whether the Description property should be serialized by Visual Studio designer.
(Inherited from Axis)
ShouldSerializeDispMaxValue Indicates whether the DispMaxValue property should be serialized by Visual Studio designer.
ShouldSerializeDispMinValue Indicates whether the DispMinValue property should be serialized by Visual Studio designer.
ShouldSerializeFont Indicates whether the Font property should be serialized by Visual Studio designer.
(Inherited from Axis)
ShouldSerializeGridColor Indicates whether the GridColor property should be serialized by Visual Studio designer.
(Inherited from Axis)
ShouldSerializeGridLinesVisible Indicates whether the GridLinesVisible property should be serialized by Visual Studio designer.
(Inherited from Axis)
ShouldSerializeIdealCountMajorTickMarks Indicates whether the IdealCountMajorTickMarks property should be serialized by Visual Studio designer.
(Inherited from LinearXAxis)
ShouldSerializeLabelsOrientation Indicates whether the LabelsOrientation property should be serialized by Visual Studio designer.
(Inherited from Axis)
ShouldSerializeLabelsVisible Indicates whether the LabelsVisible property should be serialized by Visual Studio designer.
(Inherited from Axis)
ShouldSerializeLimitLines Indicates whether the MajorTickLength property should be serialized by Visual Studio designer.
(Inherited from Axis)
ShouldSerializeLimitLinesVisible Indicates whether the LimitLinesVisible property should be serialized by Visual Studio designer.
(Inherited from Axis)
ShouldSerializeMajorTickCount Indicates whether the MajorTickCount property should be serialized by Visual Studio designer.
(Inherited from Axis)
ShouldSerializeMajorTickInterval Indicates whether the MajorTickInterval property should be serialized by Visual Studio designer.
ShouldSerializeMajorTickLength Indicates whether the MajorTickLength property should be serialized by Visual Studio designer.
(Inherited from Axis)
ShouldSerializeMaxAxisInterval Indicates whether the MaxAxisInterval property should be serialized by Visual Studio designer.
ShouldSerializeMaxValue Indicates whether the MaxValue property should be serialized by Visual Studio designer.
ShouldSerializeMinAxisInterval Indicates whether the MinAxisInterval property should be serialized by Visual Studio designer.
ShouldSerializeMinMajorTickDistance Indicates whether the MinMajorTickDistance property should be serialized by Visual Studio designer.
ShouldSerializeMinorTickCount Indicates whether the MinorTickCount property should be serialized by Visual Studio designer.
(Inherited from Axis)
ShouldSerializeMinorTickLength Indicates whether the MinorTickLength property should be serialized by Visual Studio designer.
(Inherited from Axis)
ShouldSerializeMinValue Indicates whether the MinValue property should be serialized by Visual Studio designer.
ShouldSerializeRegions Indicates whether the MajorTickLength property should be serialized by Visual Studio designer.
(Inherited from Axis)
ShouldSerializeRegionsVisible Indicates whether the RegionsVisible property should be serialized by Visual Studio designer.
(Inherited from Axis)
ShouldSerializeStringFormat Indicates whether the StringFormat property should be serialized by Visual Studio designer.
(Inherited from Axis)
ShouldSerializeViewPortEnd Indicates whether the ViewPortEnd property should be serialized by Visual Studio designer.
ShouldSerializeViewPortStart Indicates whether the ViewPortStart property should be serialized by Visual Studio designer.
ShouldSerializeVisible Indicates whether the Visible property should be serialized by Visual Studio designer.
(Inherited from Axis)
ToString Returns a user-friendly name of this class.
(Overrides ObjectToString)
ValueToDouble Converts the specified value to a double-precision floating-point number.
(Overrides AxisValueToDouble(Object))

Events

PropertyChanged Raised whenever a value of a property changes.
(Inherited from Axis)

Fields

m_bShouldFirePropertyChanged Indicates if PropertyChanged event should be fired.
(Inherited from Axis)
m_DrawingExclusiveLock Contains an object which this Axis object locks on to whenever it is part of LineChart object and whenever a property or a method is run which influences the graphical output of LineChart.
(Inherited from Axis)
TickMarkValueConverter Contains a LinearXAxisFloatGetValueHandler which converts the Single to a String representation.

See Also