Version

CandleChartAppearance Class Properties

For a list of all members of this type, see CandleChartAppearance members.

Public Properties
 NameDescription
Public PropertyChartComponentThe charting component which owns this ChartAppearance object. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance)
Public PropertyHighLowVisibleReturns or sets a Boolean value that determines whether the high and low wicks of a plotted candle in a Candle chart are displayed.  
Public PropertyNegativeRangeColorReturns a reference to or sets a Color object that specifies the color of negative-range candles in a Candle chart.  
Public PropertyOpenCloseVisibleReturns or sets a Boolean value that determines whether the open and closed parts of a plotted candle in a Candle chart are displayed.  
Public PropertyPositiveRangeColorReturns a reference to or sets a Color object that specifies the color of positive-range candles in a Candle chart.  
Public PropertySkipNReturns or sets the value to skip between two dates.  
Public PropertyVolumeColorReturns a reference to or sets a Color object that specifies the color of volumes in a Candle chart.  
Public PropertyVolumeVisibleReturns or sets a Boolean value that determines whether volumes are shown in a Candle chart.  
Public PropertyWickColorReturns a reference to or sets a Color object that specifies the color of the wicks of a plotted candle in a Candle chart.  
Public PropertyWicksInForegroundGets/Sets whether wicks should be displayed in front of the candle boxes.  
Public PropertyWickThicknessReturns or sets a value that determines the thickness of the wicks of each plotted candle in a Candle chart.  
Protected Properties
 NameDescription
Protected PropertydirtyA dirty flag for any operations that we want to optimize. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance)
Protected PropertynoUpdateSet the noUpdate flag to true to prevent parent notification on updates. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance)
See Also