Version

CandleChartAppearance Class Members

The following tables list the members exposed by CandleChartAppearance.

Public Constructors
 NameDescription
Public ConstructorCandleChartAppearance ConstructorOverloaded.   
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)
Public Methods
 NameDescription
Public MethodCopyPropertiesCopies this object's properties to another ChartTypeAppearance object. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartTypeAppearance)
Public MethodResetHighLowVisibleResets the HighLowVisible property to its default value.  
Public MethodResetNegativeRangeColorResets the NegativeRangeColor property to its default value.  
Public MethodResetOpenCloseVisibleResets the OpenCloseVisible property to its default value.  
Public MethodResetPositiveRangeColorResets the PositiveRangeColor property to its default value.  
Public MethodResetSkipNResets the SkipN property to its default value.  
Public MethodResetVolumeColorResets the VolumeColor property to its default value.  
Public MethodResetVolumeVisibleResets the VolumeVisible property to its default value.  
Public MethodResetWickColorResets the WickColor property to its default value.  
Public MethodResetWickThicknessResets the WickThickness property to its default value.  
Public MethodToStringReturns a string representation of a ChartTypeAppearance object. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartTypeAppearance)
Protected Methods
 NameDescription
Protected MethodCreateInstanceDescriptorCreates and returns an InstanceDescriptor which represents this ChartTypeAppearance. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartTypeAppearance)
Protected MethodShouldSerializeHighLowVisibleReturns a Boolean value that determines whether the HighLowVisible property is set to its default value.  
Protected MethodShouldSerializeNegativeRangeColorReturns a Boolean value that determines whether the NegativeRangeColor property is set to its default value.  
Protected MethodShouldSerializeOpenCloseVisibleReturns a Boolean value that determines whether the OpenCloseVisible property is set to its default value.  
Protected MethodShouldSerializePositiveRangeColorReturns a Boolean value that determines whether the PositiveRangeColor property is set to its default value.  
Protected MethodShouldSerializeSkipNReturns a Boolean value that determines whether the SkipN property is set to its default value.  
Protected MethodShouldSerializeVolumeColorReturns a Boolean value that determines whether the VolumeColor property is set to its default value.  
Protected MethodShouldSerializeVolumeVisibleReturns a Boolean value that determines whether the VolumeVisible property is set to its default value.  
Protected MethodShouldSerializeWickColorReturns a Boolean value that determines whether the WickColor property is set to its default value.  
Protected MethodShouldSerializeWickThicknessReturns a Boolean value that determines whether the WickThickness property is set to its default value.  
See Also