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 Gets or sets the a li gn me nt x.
Protected field_alignmentY Gets or sets the a li gn me nt y.
Protected field_alignmentZ Gets or sets the a li gn me nt z.
Protected field_attachedPlaneThe axis where the label is attached to (if it is attached).
Protected field_backgroundColorLinkage Gets or sets the b ac kg ro un dc ol or li nk ag e.
Protected field_backgroundStyleThe style for the background.
Protected field_cachedColorForIndexFunctionIf this function is set, the label color is determined by calling this function on the index into the data.
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_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 Gets or sets the i nd ep en de nt sk ip fr eq ue nc y.
Protected field_independentSymbolSize Gets or sets the i nd ep en de nt sy mb ol si ze.
Protected field_labelColumnProxy Gets or sets the l ab el co lu mn pr ox y.
Protected field_labelFormatString The label format string (C# format).
Protected field_materialThe brush for the label.
Protected field_offsetX_EmUnitsThe x offset in 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_offsetZ_EmUnitsThe z offset in EM units.
Protected field_offsetZ_PointsThe z offset int points. Total offset is calculated according to: totalOffset = _offset_Points + _offset_EmUnits * emSize + _offset_SymbolSizeUnits * symbolSize;
Protected field_offsetZ_SymbolSizeUnitsThe z 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_rotationXThe rotation around x-axis of the label.
Protected field_rotationYThe rotation around y-axis of the label.
Protected field_rotationZThe rotation around z-axis 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 Gets or sets the s ym bo ls iz e.
Top
See Also