Click or drag to resize

ErrorBarPlotStyle Properties

The ErrorBarPlotStyle type exposes the following members.

Properties
 NameDescription
Protected propertyAccumulatedEventData Gets the accumulated event data.
(Inherited from SuspendableDocumentNodeWithSingleAccumulatedDataT)
Public propertyAxisNumber True when no vertical, but horizontal error bars are shown.
Public propertyCommonErrorColumn Data that define the error in the positive direction.
Public propertyCommonErrorColumnDataColumnName Gets the name of the common error column, if it is a data column. Otherwise, null is returned.
Protected propertyDebug_AbsolutePath Gets the absolute path of the node for debugging purposes.
(Inherited from SuspendableDocumentNodeBase)
Public propertyEndCapSizeFactor 
Public propertyEndCapSizeOffset 
Public propertyForceVisibilityOfEndCap If true, the end cap is shown even if the line is not shown, because the line length is zero. This can e.g. happen if the user defined gap is larger than the error.
Public propertyIgnoreMissingDataPoints Gets or sets a value indicating whether to ignore missing data points. If the value is set to true, the line is plotted even if there is a gap in the data points.
Public propertyIndependentColor True if the color of the label is not dependent on the color of the parent plot style.
Public propertyIndependentDashPattern True if the dash pattern of the error bar line is independent on the dash pattern of the line style.
Public propertyIndependentOnShiftingGroupStyles True when we don't want to shift the position of the items, for instance due to the bar graph plot group.
Public propertyIndependentSkipFrequency Gets or sets a value indicating whether the skip frequency is independent on other sub group styles using SkipFrequency.
Public propertyIndependentSymbolSize true if the symbol size is independent, i.e. is not published nor updated by a group style.
Public propertyIsDisposed Gets a value indicating whether this instance is disposed.
(Inherited from SuspendableDocumentNodeBase)
Public propertyIsDisposeInProgress Gets a value indicating whether for this instance dispose is in progress, or the instance is already disposed.
(Inherited from SuspendableDocumentNodeBase)
Public propertyIsResumeInProgress Gets a value indicating whether this instance is currently resuming the events.
(Inherited from SuspendableDocumentNode)
Public propertyIsSomeoneListeningToChanges Gets a value indicating whether someone is listening to changes. For this, either the ParentObject or the Changed event must be set.
(Inherited from SuspendableDocumentNodeBase)
Public propertyIsSuspended Gets a value indicating whether this instance is suspended.
(Inherited from SuspendableDocumentNode)
Public propertyIsSuspendedOrResumeInProgress Gets a value indicating whether this instance is suspended or resume is currently in progress.
(Inherited from SuspendableDocumentNode)
Public propertyLineWidth1Factor 
Public propertyLineWidth1Offset 
Public propertyMeaningOfValues 
Public propertyName Gets the name of this document node. Null is returned if the name is not set or unknown. The set accessor will for most nodes throw a InvalidOperationException, since the name can only be set on IProjectItems.
(Inherited from SuspendableDocumentNodeBase)
Public propertyNegativeErrorColumn Data that define the error in the negative direction.
Public propertyNegativeErrorColumnDataColumnName Gets the name of the negative error column, if it is a data column. Otherwise, null is returned.
Public propertyParentObject Gets/sets the parent object this instance belongs to.
(Inherited from SuspendableDocumentNodeBase)
Public propertyPenPen used to draw the error bar.
Public propertyPositiveErrorColumn Data that define the error in the positive direction.
Public propertyPositiveErrorColumnDataColumnName Gets the name of the positive error column, if it is a data column. Otherwise, null is returned.
Public propertySkipFrequencyControls how many items are plotted. A value of 1 means every item, a value of 2 every other item, and so on.
Public propertySymbolGapFactor 
Public propertySymbolGapOffset 
Public propertySymbolSizeControls the length of the end bar.
Public propertyUseCommonErrorColumn 
Public propertyUseSymbolGap True when the line is not drawn in the circel of diameter SymbolSize around the symbol center.
Top
See Also