Click or drag to resize

LabelPlotStyle Fields

The LabelPlotStyle type exposes the following members.

Fields
 NameDescription
Protected field_accumulatedEventData Holds the accumulated change data.
(Inherited from SuspendableDocumentNodeWithSingleAccumulatedDataT)
Protected field_alignmentX 
Protected field_alignmentY 
Protected field_attachedPlaneThe axis where the label is attached to (if it is attached).
Protected field_backgroundColorLinkage 
Protected field_backgroundStyleThe style for the background.
Protected field_brushThe brush for the label.
Protected field_cachedColorForIndexFunctionIf this function is set, the label color is determined by calling this function on the index into the data.
Protected field_cachedStringFormat 
Protected field_cachedSymbolSizeForIndexFunctionIf this function is set, then _symbolSize is ignored and the symbol size is evaluated by this function.
Protected field_fontThe font of the label.
Protected field_fontSizeFactor Factor used to calculate the font size in dependence on the symbol size, according to the formula: fontSize = _fontSizeOffset + _fontSizeFactor * _symbolSize;
Protected field_fontSizeOffset Offset used to calculate the font size in dependence on the symbol size., according to the formula: fontSize = _fontSizeOffset + _fontSizeFactor * _symbolSize;
Protected field_ignoreMissingDataPoints If true, treat missing points as if not present (e.g. connect lines over missing points, count skip seamlessly over missing points)
Protected field_independentColor True if the color of the label is not dependent on the color of the parent plot style.
Protected field_independentOnShiftingGroupStylesIf 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.
Protected field_independentSkipFrequency 
Protected field_independentSymbolSize 
Protected field_labelColumnProxy 
Protected field_labelFormatString The label format string (C# format).
Protected field_offsetX_EmUnitsThe x offset Em-Units. Total offset is calculated according to: totalOffset = _offset_Points + _offset_EmUnits * emSize + _offset_SymbolSizeUnits * symbolSize;
Protected field_offsetX_PointsThe x offset int points. Total offset is calculated according to: totalOffset = _offset_Points + _offset_EmUnits * emSize + _offset_SymbolSizeUnits * symbolSize;
Protected field_offsetX_SymbolSizeUnitsThe 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;
Protected field_offsetY_EmUnitsThe y offset in EM units.
Protected field_offsetY_PointsThe y offset int points. Total offset is calculated according to: totalOffset = _offset_Points + _offset_EmUnits * emSize + _offset_SymbolSizeUnits * symbolSize;
Protected field_offsetY_SymbolSizeUnitsThe 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;
Protected field_parent The parent object this instance belongs to.
(Inherited from SuspendableDocumentNodeBase)
Protected field_rotationThe rotation of the label.
Protected field_skipFrequency Skip frequency.
Protected field_suspendTokensOfChildsStores the suspend tokens of the suspended childs of this object.
(Inherited from SuspendableDocumentNode)
Protected field_symbolSize 
Top
See Also