Version

Location Class Members

The following tables list the members exposed by Location.

Public Constructors
 NameDescription
Public ConstructorLocation Constructor  
Public Properties
 NameDescription
Public PropertyChartComponentThe charting component which owns this ChartAppearance object. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance)
Public PropertyColumnColumn of corresponding parent primitive(s) to match for this location, if Type is set to RowColumn. Set this property to -2 to match all columns.  
Public PropertyLocationXX (horizontal distance from left) location in pixels or percentage, if Type is set to Pixel or Percentage.  
Public PropertyLocationYY (vertical distance location in pixels or percentage, if Type is set to Pixel or Percentage.  
Public PropertyRowRow of corresponding parent primitive(s) to match for this location, if Type is set to RowColumn. Set this property to -2 to match all rows.  
Public PropertyTypeMethod of placement for this location object. Setting this property determines which pair of properties will be used to locate the chart element corresponding to this Location.  
Public PropertyValueXValue to map on the X axis for this location, if Type is set to DataValues.  
Public PropertyValueYValue to map on the Y axis for this location, if Type is set to DataValues.  
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 MethodCloneCreates and returns a copy of this Location object.  
Public MethodMatchDetermines whether or not this Location is identical to another Location.  
Public MethodToStringCreates a string representation of this ChartAppearance. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance)
See Also