Label |
The LabelPlotStyle type exposes the following members.
| Name | Description | |
|---|---|---|
| _accumulatedEventData |
Holds the accumulated change data.
(Inherited from SuspendableDocumentNodeWithSingleAccumulatedDataT) | |
| _alignmentX | ||
| _alignmentY | ||
| _attachedPlane | The axis where the label is attached to (if it is attached). | |
| _backgroundColorLinkage | ||
| _backgroundStyle | The style for the background. | |
| _brush | The brush for the label. | |
| _cachedColorForIndexFunction | If this function is set, the label color is determined by calling this function on the index into the data. | |
| _cachedStringFormat | ||
| _cachedSymbolSizeForIndexFunction | If this function is set, then _symbolSize is ignored and the symbol size is evaluated by this function. | |
| _font | The font of the label. | |
| _fontSizeFactor | Factor 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 | If true, treat missing points as if not present (e.g. connect lines over missing points, count skip seamlessly over missing points) | |
| _independentColor | True if the color of the label is not dependent on the color of the parent plot style. | |
| _independentOnShiftingGroupStyles | If true, group styles that shift the logical position of the items (for instance BarSizePosition3DGroupStyle) are not applied. I.e. when true, the position of the item remains unperturbed. | |
| _independentSkipFrequency | ||
| _independentSymbolSize | ||
| _labelColumnProxy | ||
| _labelFormatString | The label format string (C# format). | |
| _offsetX_EmUnits | The x offset Em-Units. Total offset is calculated according to: totalOffset = _offset_Points + _offset_EmUnits * emSize + _offset_SymbolSizeUnits * symbolSize; | |
| _offsetX_Points | The x offset int points. Total offset is calculated according to: totalOffset = _offset_Points + _offset_EmUnits * emSize + _offset_SymbolSizeUnits * symbolSize; | |
| _offsetX_SymbolSizeUnits | The x offset factor to be multiplied with the symbol size. Total offset is calculated according to: totalOffset = _offset_Points + _offset_EmUnits * emSize + _offset_SymbolSizeUnits * symbolSize; | |
| _offsetY_EmUnits | The y offset in EM units. | |
| _offsetY_Points | The y offset int points. Total offset is calculated according to: totalOffset = _offset_Points + _offset_EmUnits * emSize + _offset_SymbolSizeUnits * symbolSize; | |
| _offsetY_SymbolSizeUnits | The y offset factor to be multiplied with the symbol size. Total offset is calculated according to: totalOffset = _offset_Points + _offset_EmUnits * emSize + _offset_SymbolSizeUnits * symbolSize; | |
| _parent |
The parent object this instance belongs to.
(Inherited from SuspendableDocumentNodeBase) | |
| _rotation | The rotation of the label. | |
| _skipFrequency | Skip frequency. | |
| _suspendTokensOfChilds | Stores the suspend tokens of the suspended childs of this object. (Inherited from SuspendableDocumentNode) | |
| _symbolSize |