Version

EmptyAppearance Class Members

The following tables list the members exposed by EmptyAppearance.

Public Constructors
 NameDescription
Public ConstructorEmptyAppearance ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyChartComponentThe charting component which owns this ChartAppearance object. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance)
Public PropertyEnableLineStyleDetermines whether or not the LineStyle should be applied.  
Public PropertyEnablePEDetermines whether or not the PE property should be applied.  
Public PropertyEnablePointDetermines whether or not empty points should be rendered.  
Public PropertyKeyA unique identifier for this EmptyAppearance object.  
Public PropertyLegendDisplayTypeDetermines how empty objects should be displayed in a chart legend.  
Public PropertyLineStyleContains settings which affect how lines spanning or surrounding empty values are drawn.  
Public PropertyPEContains settings which affect how regions representing empty values are painted.  
Public PropertyPointPEContains settings which affect how empty Points are painted.  
Public PropertyPointStyleContains settings which affect how empty Points are drawn.  
Public PropertyShowInLegendWhether or not the empty values in the chart should be represented as an entry in the chart legend.  
Public PropertyTextText string to be displayed in the legend if ShowInLegend is set to True.  
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 Methodstatic (Shared in Visual Basic)GetDefaultPEGets the Default PaintElement for the PE property of an EmptyAppearance object.  
Public Methodstatic (Shared in Visual Basic)GetDefaultPointPEGets the Default PaintElement for the PointPE property of an EmptyAppearance object.  
Public MethodToStringReturns a string representation of this EmptyAppearance object.  
See Also