Click or drag to resize

LabelPlotStyle Properties

The LabelPlotStyle type exposes the following members.

Properties
 NameDescription
Protected propertyAccumulatedEventData Gets the accumulated event data.
(Inherited from SuspendableDocumentNodeWithSingleAccumulatedDataT)
Public propertyAlignmentXHorizontal alignment of the label.
Public propertyAlignmentYVertical aligment of the label.
Public propertyAlignmentZVertical aligment of the label.
Public propertyAttachedPlaneGets/sets the axis this label is attached to. If set to null, the label is positioned normally.
Public propertyBackgroundColorLinkage 
Public propertyBackgroundStyleThe background style.
Protected propertyDebug_AbsolutePath Gets the absolute path of the node for debugging purposes.
(Inherited from SuspendableDocumentNodeBase)
Public propertyFontThe font of the label.
Public propertyFontSizeFactor Offset used to calculate the font size in dependence on the symbol size., according to the formula: fontSize = FontSizeOffset + FontSizeFactor * _symbolSize;
Public propertyFontSizeOffset Offset used to calculate the font size in dependence on the symbol size., according to the formula: fontSize = FontSizeOffset + FontSizeFactor * _symbolSize;
Public propertyIndependentColor Determines whether or not the color of the label is independent of the color of the parent plot 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 propertyIsBackgroundColorProvider Gets a value indicating whether the background can provide a color for use by other plot styles.
Public propertyIsBackgroundColorReceiver Gets a value indicating whether the background can receive a color value.
Public propertyIsColorProvider 
Public propertyIsColorReceiver 
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 propertyLabelColumn 
Public propertyLabelColumnDataColumnName Gets the name of the label column, if it is a data column. Otherwise, null is returned.
Protected propertyLabelColumnProxy 
Public propertyLabelFormatString 
Public propertyMaterial 
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 propertyOffsetXEmUnitsThe x offset relative to font size, i.e. a value of 1 is 1*FontSize. Total offset is calculated according to: totalOffset = OffsetXPoints + OffsetXEmUnits * emSize + OffsetXSymbolSizeUnits * symbolSize
Public propertyOffsetXPointsThe x offset in points. Total offset is calculated according to: totalOffset = OffsetXPoints + OffsetXEmUnits * emSize + OffsetXSymbolSizeUnits * symbolSize
Public propertyOffsetXSymbolSizeUnitsThe x offset in symbol size units. Total offset is calculated according to: totalOffset = OffsetXPoints + OffsetXEmUnits * emSize + OffsetXSymbolSizeUnits * symbolSize
Public propertyOffsetYEmUnitsThe y offset relative to font size, i.e. a value of 1 is 1*FontSize.
Public propertyOffsetYPointsThe y offset in points. Total offset is calculated according to: totalOffset = OffsetYPoints + OffsetYEmUnits * emSize + OffsetYSymbolSizeUnits * symbolSize
Public propertyOffsetYSymbolSizeUnitsThe y offset in symbol size units. Total offset is calculated according to: totalOffset = OffsetYPoints + OffsetYEmUnits * emSize + OffsetYSymbolSizeUnits * symbolSize
Public propertyOffsetZEmUnitsThe y offset relative to font size, i.e. a value of 1 is 1*FontSize.
Public propertyOffsetZPointsThe z offset in points. Total offset is calculated according to: totalOffset = OffsetZPoints + OffsetZEmUnits * emSize + OffsetZSymbolSizeUnits * symbolSize
Public propertyOffsetZSymbolSizeUnitsThe z offset in symbol size units. Total offset is calculated according to: totalOffset = OffsetZPoints + OffsetZEmUnits * emSize + OffsetZSymbolSizeUnits * symbolSize
Public propertyParentObject Gets/sets the parent object this instance belongs to.
(Inherited from SuspendableDocumentNodeBase)
Public propertyRotationXThe angle of the label around x-axis.
Public propertyRotationYThe angle of the label around y-axis.
Public propertyRotationZThe angle of the label around z-axis.
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 propertySymbolSizeControls the length of the end bar.
Top
See Also