Click or drag to resize
ChartProperties Class
Chart properties class
Inheritance Hierarchy
SystemObject
  SharpCharts.Base.ChartChartProperties

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

The ChartProperties type exposes the following members.

Constructors
  NameDescription
Public methodChartProperties
Top
Properties
  NameDescription
Public propertyAxisColor
Gets the axis color pen
Public propertyAxisColorBrush
Gets or sets the axis brush
Public propertyBackground
Gets or sets the background
Public propertyBackgroundOpacity
Gets or set the background opacity
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
Public propertyFontSize
Gets or sets the font size
Public propertyFontWeight
Gets or sets the font weight
Public propertyMargin
Gets or sets the margin
Public propertyMinuteXAxisTimeFormat
Gets or sets the Minute XAxis time format
Public propertyScrollbarHeight
Gets or sets the scroll bar height
Public propertySecondXAxisTimeFormat
Gets or sets the XAxis time format
Public propertyShowScrollbar
Gets or sets the show scroll bar
Public propertyShowToolbar
Gets or sets the show tool bar
Public propertyShowXAxisGridLine
Gets or sets the show XAxis grid line
Public propertyShowYAxisGridLine
Gets or sets the show YAxis grid line
Public propertySplitterColor
Gets or sets the splitter color
Public propertySplitterHeight
Gets or set the splitter height
Public propertyTime
Gets or sets the time span
Public propertyXAxisGridLine
Gets or sets the XAxis grid line pen
Public propertyXAxisMargin
Gets the XAxis margin
Public propertyYAxisGridLine
Gets or sets the YAxis grid line pen
Public propertyYAxisMargin
Gets the YAxis margin
Public propertyYAxisWidth
Gets or sets the YAxis width. GridUnitType = Pixel
Public propertyYAxisWidthSerializer
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 a hash function for a particular type.
(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
Events
  NameDescription
Public eventPropertyChanged
Property changed event
Top
See Also