Click or drag to resize

ChartStyle Class

Base class for ChartStyle
Inheritance Hierarchy

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

The ChartStyle type exposes the following members.

Constructors
  NameDescription
Public methodChartStyle
Top
Properties
  NameDescription
Public propertyBarSpace
Gets or sets the Bars Space
Public propertyBarWidth
Gets or sets the Bar Width
Public propertyDefaultTemplate
Gets the Default Template
Protected propertyDialogService (Inherited from MessageBoxBase.)
Public propertyDownBarBrush
Gets or sets the Down Bar Brush
Public propertyDownBarPen
Gets the Down Bar Pen
Public propertyDownWickBrush
Gets or sets the Down Wick Brush
Public propertyDownWickPen
Gets the Down Wick Pen
Public propertyError
Gets the Error string
(Inherited from MessageBoxBase.)
Protected propertyFileService (Inherited from MessageBoxBase.)
Public propertyItem
Gets the IDataErrorInfo error string
(Inherited from MessageBoxBase.)
Protected propertyMessageBox (Inherited from MessageBoxBase.)
Public propertyName
Gets the Name of the Chart Style
Public propertyOpacity
Gets or sets the opacity
Protected propertySingletonService (Inherited from MessageBoxBase.)
Public propertyTemplate
Gets the Template
Public propertyTemplateType
Gets the Template Type
Public propertyUpBarBrush
Gets or sets the Up Bar Brush
Public propertyUpBarPen
Gets the Up Bar Pen
Public propertyUpWickBrush
Gets or sets the Up Wick Brush
Public propertyUpWickPen
Gets the Up Wick Pen
Public propertyWickWidth
Gets or sets the Wick Width
Top
Methods
  NameDescription
Public methodCalculateYPoint
Returns the Y point
Protected methodClone
Protected methodCopy
Copies the properties of a chartStyle
Public methodDrawBars
Draw bars
Public methodEquals(ChartStyle)
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.)
Protected methodGetBarOverrideBrush
Get the bar overridden brush
Protected methodGetBarOverridePen
Get the bar overridden brush as pen
Protected methodGetBarWickOverrideBrush
Get the bar wick overridden brush
Protected methodGetBarWickOverridePen
Get the bar wick overridden brush as pen
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 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.)
Top
Events
  NameDescription
Public eventPropertyChanged
Property Changed event
Top
See Also