Click or drag to resize

StiSeriesLabels Class

[Missing <summary> documentation for "T:Stimulsoft.Report.Chart.StiSeriesLabels"]

Inheritance Hierarchy

Namespace:  Stimulsoft.Report.Chart
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
[TypeConverterAttribute(typeof(StiSeriesLabelsConverter))]
public abstract class StiSeriesLabels : StiService, 
	IStiSerializeToCodeAsClass, IStiSeriesLabels, ICloneable, IStiJsonReportObject, IStiPropertyGridObject

The StiSeriesLabels type exposes the following members.

Constructors
  NameDescription
Protected methodStiSeriesLabels
Initializes a new instance of the StiSeriesLabels class
Top
Properties
  NameDescription
Public propertyAllowApplyStyle
Gets or sets value which indicates that chart style will be used.
Public propertyAngle
Gets or sets angle of text rotation.
Public propertyAntialiasing
Gets or sets value which control antialiasing drawing mode of series labels.
Public propertyAxisCore
Public propertyBorderColor
Gets or sets border color of series labels.
Public propertyBrush
Gets or sets brush which will be used to fill area of series labels.
Public propertyChart
Public propertyComponentId
Public propertyConditions
Gets or sets collection of conditions which can be used to change behavior of series labels.
Public propertyCore
Public propertyDrawBorder
Gets or sets value which incates that border will be drawn or not.
Public propertyFont
Gets or sets font which will be used to draw series labels.
Public propertyFormat
Gets or sets format string which used for formating series values (if applicable).
Public propertyFormatService
DBS use only!
Public propertyLabelColor
Gets or sets foreground color of series labels.
Public propertyLegendValueType
Gets or sets which type of information will be shown in legend.
Public propertyMarkerAlignment
Gets or sets marker alignment related to label text.
Public propertyMarkerSize
Gets or sets marker size.
Public propertyMarkerVisible
Gets or sets vibility of marker.
Public propertyPieCore
Public propertyPreventIntersection
Gets or sets value which indicates that whether it is necessary to avoid intersections between border of series labels and border of series.
Public propertyProperties (Inherited from StiService.)
Public propertyPropName
Public propertyServiceCategory
Gets a service category.
(Overrides StiServiceServiceCategory.)
Public propertyServiceEnabled (Inherited from StiService.)
Public propertyServiceInfo (Inherited from StiService.)
Public propertyServiceName
Gets a service name.
(Overrides StiServiceServiceName.)
Public propertyServiceType
Gets a service type.
(Overrides StiServiceServiceType.)
Public propertyShowNulls
Gets or sets value which indicates that series labels will be shown or not if value equal to null.
Public propertyShowZeros
Gets or sets value which indicates that series labels will be shown or not if value equal to zero.
Public propertyStep
Gets or sets value which indicates with what steps do labels be shown.
Public propertyTextAfter
Gets or sets text which will be shown after label text.
Public propertyTextBefore
Gets or sets text which will be shown before label text.
Public propertyUseSeriesColor
Gets or sets value which indicates that series colors must be used.
Public propertyValueType
Gets or sets which type of information will be shown in series labels.
Public propertyValueTypeSeparator
Gets or sets string which contain separator for value information (if applicated).
Public propertyVisible
Gets or sets visiblity of series labels.
Public propertyWidth
Gets or sets fixed width of series labels.
Public propertyWordWrap
Gets or sets word wrap.
Top
Methods
  NameDescription
Public methodClone
Creates a new object that is a copy of the current instance.
(Overrides StiServiceClone.)
Public methodCreateNew
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEvents
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetProperties
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodIsPropertiesInitializedProtected (Inherited from StiService.)
Public methodIsPropertyPresent (Inherited from StiService.)
Public methodLoadFromJsonObject
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPackService (Inherited from StiService.)
Public methodSaveToJsonObject
Public methodToString (Overrides ObjectToString.)
Top
See Also