AppearanceSettings Class |
Namespace: Arction.CustomControls.Trader.WinForms
The AppearanceSettings type exposes the following members.
| Name | Description | |
|---|---|---|
| AppearanceSettings | Initializes a new instance of the AppearanceSettings class |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| AreaFillColor |
Default color for area fills
| |
| AxisColor |
Default color for the axes
| |
| AxisLabelsColor |
Color for the axis labels
| |
| AxisMajorTicksColor |
Color for the axis major ticks
| |
| AxisMinorTicksColor |
Color for the axis minor ticks
| |
| AxisTitleColor |
Default color for the axis titles
| |
| BackgroundColor |
The color of the chart's background (margin area)
| |
| BollingerBandFillColor |
Bolling Band fill color
| |
| BollingerBandLineColor |
Bollinger Band line color
| |
| CandleDownColor |
Down-candle color
| |
| CandleUpColor |
Up-candle color
| |
| ChartTitleColor |
The color of the chart title
| |
| CursorHairCrossColor |
The cross-hair color of the data cursor
| |
| CursorLabelsFillColor |
Color for cursor labels' fill
| |
| CursorLabelsTextColor |
Color for cursor labels' text
| |
| CursorTrackingPointColor |
Cursor tracking point color
| |
| ForegroundColor |
Foreground color (text, buttons etc.)
| |
| GraphBackgroundColor |
The color of the graph area
| |
| GraphBorderColor |
The color of the border around the graph
| |
| GridLineColor |
Grid line color
| |
| LineSeriesColor |
Default line series color
| |
| MacdBaseLineColor |
MACD base line color
| |
| MacdColor |
MACD line color
| |
| MacdHistogramNegativeStrong |
MACD histogram color when increasing below zero level
| |
| MacdHistogramNegativeWeak |
MACD histogram color when decreasing below zero level
| |
| MacdHistogramPositiveStrong |
MACD histogram color when increasing above zero level
| |
| MacdHistogramPositiveWeak |
MACD histogram color when decreasing above zero level
| |
| MacdSignalColor |
MACD signal line color
| |
| MovingAverageBlendColor |
Moving Average color (blended)
| |
| MovingAverageColors |
Default colors for Moving Averages
| |
| RsiColor |
RSI color when between low and high thresholds
| |
| RsiHighColor |
RSI color when above high threshold
| |
| RsiLowColor |
RSI color when below low threshold
| |
| VolumeIndicatorColor |
Default color for Volume
|