Click or drag to resize

ChartProperties Class

Chart properties class
Inheritance Hierarchy
SystemObject
  PropertyBase
    SharpCharts.Base.DomDomProperties
      SharpCharts.Base.ChartChartProperties

Namespace:  SharpCharts.Base.Chart
Assembly:  SharpCharts.Base (in SharpCharts.Base.dll) Version: 1.0.0.42 (1.0.0.42)
Syntax
C#
public class ChartProperties : DomProperties

The ChartProperties type exposes the following members.

Constructors
  NameDescription
Public methodChartProperties
Top
Properties
  NameDescription
Public propertyBackground
Gets or sets the background
Public propertyBackgroundOpacity
Gets or set the background opacity
Public propertyCrosshairBrush
Gets the crosshair brush
Public propertyCrosshairPen
Gets or sets the crosshair pen
Public propertyDayBreakPen
Gets or sets the day break pen
Public propertyDayXAxisTimeFormat
Gets or sets the day XAxis time format
Public propertyFontFamily
Gets or sets the chart font family
(Inherited from DomProperties.)
Public propertyFontHeight
Gets or sets the font height
(Inherited from DomProperties.)
Public propertyFontSize
Gets or sets the font size
(Inherited from DomProperties.)
Public propertyGridLinePen (Inherited from DomProperties.)
Public propertyIsBackgroundTransparent (Inherited from DomProperties.)
Public propertyIsGridLineVisible
Public propertyIsPriceLadderVisible (Inherited from DomProperties.)
Public propertyIsQuantityFormatted (Inherited from DomProperties.)
Public propertyIsVolumeLadderVisible (Inherited from DomProperties.)
Public propertyMargin
Gets or sets the margin
Public propertyMinuteXAxisTimeFormat
Gets or sets the Minute XAxis time format
Public propertyRowHeight
Gets or sets the RowHeight. RowHeight == FontHeight + FontHeight * 0.5
(Inherited from DomProperties.)
Public propertyScrollbarHeight
Gets or sets the scroll bar height
Public propertySecondXAxisTimeFormat
Gets or sets the XAxis time format
Public propertyShowIndicatorLegend
Display the indicator legend in the chart panel
Public propertyShowOHLC
Public propertyShowScrollbar
Gets or sets the show scroll bar
Public propertyShowToolbar
Gets or sets the show tool bar
Public propertySplitterColor
Gets or sets the splitter color
Public propertyTime
Gets or sets the time span
Public propertyXAxisMargin
Gets the XAxis margin
Public propertyYAxisMargin
Gets the YAxis margin
Public propertyYAxisWidth
Gets or sets the YAxis width. GridUnitType = Pixel
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from 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
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also