Label |
The LabelPlotStyle type exposes the following members.
Name | Description | |
---|---|---|
![]() | AccumulatedEventData |
Gets the accumulated event data.
(Inherited from SuspendableDocumentNodeWithSingleAccumulatedDataT) |
![]() | AlignmentX | Horizontal alignment of the label. |
![]() | AlignmentY | Vertical aligment of the label. |
![]() | AttachedAxis | Gets/sets the axis this label is attached to. If set to null, the label is positioned normally. |
![]() | BackgroundColorLinkage | |
![]() | BackgroundStyle | The background style. |
![]() | Debug_AbsolutePath |
Gets the absolute path of the node for debugging purposes.
(Inherited from SuspendableDocumentNodeBase) |
![]() | Font | The font of the label. |
![]() | FontSizeFactor | Offset used to calculate the font size in dependence on the symbol size., according to the formula: fontSize = FontSizeOffset + FontSizeFactor * _symbolSize; |
![]() | FontSizeOffset | Offset used to calculate the font size in dependence on the symbol size., according to the formula: fontSize = FontSizeOffset + FontSizeFactor * _symbolSize; |
![]() | IgnoreMissingDataPoints | 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. |
![]() | IndependentColor | Determines whether or not the color of the label is independent of the color of the parent plot style. |
![]() | IndependentOnShiftingGroupStyles | True when we don't want to shift the position of the items, for instance due to the bar graph plot group. |
![]() | IndependentSkipFrequency | Gets or sets a value indicating whether the skip frequency is independent on other sub group styles using SkipFrequency. |
![]() | IndependentSymbolSize | true if the symbol size is independent, i.e. is not published nor updated by a group style. |
![]() | IsBackgroundColorProvider | Gets a value indicating whether the background can provide a color for use by other plot styles. |
![]() | IsBackgroundColorReceiver | Gets a value indicating whether the background can receive a color value. |
![]() | IsColorProvider | |
![]() | IsColorReceiver | |
![]() | IsDisposed |
Gets a value indicating whether this instance is disposed.
(Inherited from SuspendableDocumentNodeBase) |
![]() | IsDisposeInProgress |
Gets a value indicating whether for this instance dispose is in progress, or the instance is already disposed.
(Inherited from SuspendableDocumentNodeBase) |
![]() | IsResumeInProgress |
Gets a value indicating whether this instance is currently resuming the events.
(Inherited from SuspendableDocumentNode) |
![]() | IsSomeoneListeningToChanges |
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) |
![]() | IsSuspended |
Gets a value indicating whether this instance is suspended.
(Inherited from SuspendableDocumentNode) |
![]() | IsSuspendedOrResumeInProgress |
Gets a value indicating whether this instance is suspended or resume is currently in progress.
(Inherited from SuspendableDocumentNode) |
![]() | LabelBrush | |
![]() | LabelColumn | |
![]() | LabelColumnDataColumnName | Gets the name of the label column, if it is a data column. Otherwise, null is returned. |
![]() | LabelColumnProxy | |
![]() | LabelFormatString | |
![]() | Name |
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) |
![]() | OffsetXEmUnits | The 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 |
![]() | OffsetXPoints | The x offset in points. Total offset is calculated according to: totalOffset = OffsetXPoints + OffsetXEmUnits * emSize + OffsetXSymbolSizeUnits * symbolSize |
![]() | OffsetXSymbolSizeUnits | The x offset in symbol size units. Total offset is calculated according to: totalOffset = OffsetXPoints + OffsetXEmUnits * emSize + OffsetXSymbolSizeUnits * symbolSize |
![]() | OffsetYEmUnits | The y offset relative to font size, i.e. a value of 1 is 1*FontSize. |
![]() | OffsetYPoints | The y offset in points. Total offset is calculated according to: totalOffset = OffsetYPoints + OffsetYEmUnits * emSize + OffsetYSymbolSizeUnits * symbolSize |
![]() | OffsetYSymbolSizeUnits | The y offset in symbol size units. Total offset is calculated according to: totalOffset = OffsetYPoints + OffsetYEmUnits * emSize + OffsetYSymbolSizeUnits * symbolSize |
![]() | ParentObject |
Gets/sets the parent object this instance belongs to.
(Inherited from SuspendableDocumentNodeBase) |
![]() | Rotation | The angle of the label. |
![]() | SkipFrequency | Controls how many items are plotted. A value of 1 means every item, a value of 2 every other item, and so on. |
![]() | SymbolSize | Controls the length of the end bar. |