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.6 (1.0.0.6)
Syntax
C#
public abstract class ChartStyle : PrintLogBase, 
	INotifyPropertyChanged, IEquatable<ChartStyle>

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
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.)
Public propertyItem
Gets the IDataErrorInfo error string
(Inherited from MessageBoxBase.)
Public propertyName
Gets the Name of the Chart Style
Public propertyOpacity
Gets or sets the opacity
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
Public methodDrawBars
Draw bars
Public methodEquals(Object) (Overrides ObjectEquals(Object).)
Public methodEquals(ChartStyle)
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
Public methodGetHashCode (Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodLog
Prints the messages in the Log 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
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