Version

ScatterErrorBarSettings Class Properties

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

Public Properties
 NameDescription
Public PropertyDependencyObjectTypeGets the System.Windows.DependencyObjectType that wraps the CLR type of this instance. (Inherited from System.Windows.DependencyObject)
Public PropertyDispatcherGets the System.Windows.Threading.Dispatcher this System.Windows.Threading.DispatcherObject is associated with. (Inherited from System.Windows.Threading.DispatcherObject)
Public PropertyEnableErrorBarsHorizontalDetermines which horizontal error bars are enabled - none, the plus ones, the minus ones or both.  
Public PropertyEnableErrorBarsVerticalDetermines which vertical error bars are enabled - none, the plus ones, the minus ones or both.  
Public PropertyHorizontalCalculatorSpecifies the calculator for the horizontal error bars.  
Public PropertyHorizontalCalculatorReferenceSpecifies the reference value for any dependent horizontal calculators.  
Public PropertyHorizontalErrorBarCapLengthDetermines the length, in pixels, of each horizontal error bar's cap.  
Public PropertyHorizontalErrorBarStyleGets or sets the HorizontalErrorBarStyle property.  
Public PropertyHorizontalStrokeDetermines the stroke of the horizontal error bars.  
Public PropertyHorizontalStrokeThicknessDetermines the stroke thickness of the horizontal error bars.  
Public PropertyIsSealedGets a value that indicates whether this instance is currently sealed (read-only). (Inherited from System.Windows.DependencyObject)
Public PropertyVerticalCalculatorSpecifies the calculator for the vertical error bars.  
Public PropertyVerticalCalculatorReferenceSpecifies the reference value for any dependent vertical calculators.  
Public PropertyVerticalErrorBarCapLengthDetermines the length, in pixels, of each vertical error bar's cap.  
Public PropertyVerticalErrorBarStyleGets or sets the VerticalErrorBarStyle property.  
Public PropertyVerticalStrokeDetermines the stroke of the vertical error bars.  
Public PropertyVerticalStrokeThicknessDetermines the stroke thickness of the vertical error bars.  
Protected Properties
 NameDescription
Protected Internal PropertyDefaultErrorBarStyleGets or sets the DefaultErrorBarStyle property. (Inherited from Infragistics.Controls.Charts.ErrorBarSettingsBase)
See Also