ChartProperties Class |
Namespace: SharpCharts.Base.Chart
public class ChartProperties : INotifyPropertyChanged
The ChartProperties type exposes the following members.
Name | Description | |
---|---|---|
![]() | ChartProperties |
Name | Description | |
---|---|---|
![]() | AxisColor |
Gets the axis color pen
|
![]() | AxisColorBrush |
Gets or sets the axis brush
|
![]() | Background |
Gets or sets the background
|
![]() | BackgroundOpacity |
Gets or set the background opacity
|
![]() | DayBreakPen |
Gets or sets the day break pen
|
![]() | DayXAxisTimeFormat |
Gets or sets the day XAxis time format
|
![]() | FontFamily |
Gets or sets the chart font family
|
![]() | FontSize |
Gets or sets the font size
|
![]() | FontWeight |
Gets or sets the font weight
|
![]() | Margin |
Gets or sets the margin
|
![]() | MinuteXAxisTimeFormat |
Gets or sets the Minute XAxis time format
|
![]() | ScrollbarHeight |
Gets or sets the scroll bar height
|
![]() | SecondXAxisTimeFormat |
Gets or sets the XAxis time format
|
![]() | ShowScrollbar |
Gets or sets the show scroll bar
|
![]() | ShowToolbar |
Gets or sets the show tool bar
|
![]() | ShowXAxisGridLine |
Gets or sets the show XAxis grid line
|
![]() | ShowYAxisGridLine |
Gets or sets the show YAxis grid line
|
![]() | SplitterColor |
Gets or sets the splitter color
|
![]() | SplitterHeight |
Gets or set the splitter height
|
![]() | Time |
Gets or sets the time span
|
![]() | XAxisGridLine |
Gets or sets the XAxis grid line pen
|
![]() | XAxisMargin |
Gets the XAxis margin
|
![]() | YAxisGridLine |
Gets or sets the YAxis grid line pen
|
![]() | YAxisMargin |
Gets the YAxis margin
|
![]() | YAxisWidth |
Gets or sets the YAxis width. GridUnitType = Pixel
|
![]() | YAxisWidthSerializer |
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | PropertyChanged |
Property changed event
|