Click or drag to resize

BarType Class

BarType class
Inheritance Hierarchy

Namespace:  SharpCharts.Base.Data
Assembly:  SharpCharts.Base (in SharpCharts.Base.dll) Version: 1.0.0.42 (1.0.0.42)
Syntax
C#
public abstract class BarType : PrintLogBase, 
	IEquatable<BarType>, INotifyPropertyChanged, ITemplate, IComparable<BarType>, 
	IComparable

The BarType type exposes the following members.

Constructors
  NameDescription
Public methodBarType
Constructor for BarType
Top
Properties
  NameDescription
Public propertyBarValue
Gets or sets the bar value
Public propertyBuiltDataType
Gets the built data type
Public propertyChartStyle
Gets the chart style
Public propertyDefaultTemplate
Gets the default template
Protected propertyDialogService (Inherited from MessageBoxBase.)
Public propertyDisplayName
Gets the display name
Public propertyError
Gets the Error string
(Inherited from MessageBoxBase.)
Protected propertyFileService (Inherited from MessageBoxBase.)
Public propertyHasParameter
Public propertyHighestHigh
Gets the highest high of the total bars
Public propertyIsIntraday
Gets if is intraday
Public propertyItem
Gets the IDataErrorInfo error string
(Inherited from MessageBoxBase.)
Public propertyLowestLow
Gets the lowest low of the total bars
Protected propertyMessageBox (Inherited from MessageBoxBase.)
Public propertyName
gets the name of the bar type
Protected propertySingletonService (Inherited from MessageBoxBase.)
Public propertySupportedChartStyles
Gets the supported chart styles
Public propertyTemplate
Gets the template
Public propertyTemplateType
Gets the template type
Top
Methods
  NameDescription
Public methodAdd
Adds new tick
Protected methodAddBar
Add a new bar
Protected methodClone
Public methodCompareTo(BarType)
Public methodCompareTo(Object)
Public methodEquals(BarType)
Public methodEquals(Object) (Overrides ObjectEquals(Object).)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode (Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodLog
Log message. It will be displayed in the Logs tab in Main View
(Inherited from PrintLogBase.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodNotifyPropertyChanged
Notify property changed
Protected methodOverrideBar
Updates the last bar. Overrides the exiting bar values with the new values. Also calls the OnBarUpdate method of any sharpScript codes associated with the bars
Protected methodPrint(String)
Prints the message in the Output view
(Inherited from PrintLogBase.)
Protected methodPrint(String, Brush)
Prints the message in the Output view
(Inherited from PrintLogBase.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Protected methodUpdateBar
Update a bar
Top
Events
  NameDescription
Public eventBarUpdate
Bar Update event
Public eventPropertyChanged
Property changed event
Top
See Also