Click or drag to resize

StiValueAxisLabels Class

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

Inheritance Hierarchy

Namespace:  Stimulsoft.Report.Chart
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public class StiValueAxisLabels : StiCenterAxisLabels, 
	IStiValueAxisLabels, IStiCenterAxisLabels, IStiAxisSeriesLabels, IStiSeriesLabels, ICloneable, 
	IStiJsonReportObject

The StiValueAxisLabels type exposes the following members.

Constructors
  NameDescription
Public methodStiValueAxisLabels
Initializes a new instance of the StiValueAxisLabels class
Top
Properties
  NameDescription
Public propertyAllowApplyStyle
Gets or sets value which indicates that chart style will be used.
(Inherited from StiSeriesLabels.)
Public propertyAngle
Gets or sets angle of text rotation.
(Inherited from StiSeriesLabels.)
Public propertyAntialiasing
Gets or sets value which control antialiasing drawing mode of series labels.
(Inherited from StiSeriesLabels.)
Public propertyAxisCore (Inherited from StiSeriesLabels.)
Public propertyBorderColor
Gets or sets border color of series labels.
(Inherited from StiSeriesLabels.)
Public propertyBrush
Gets or sets brush which will be used to fill area of series labels.
(Inherited from StiSeriesLabels.)
Public propertyChart (Inherited from StiSeriesLabels.)
Public propertyComponentId (Overrides StiCenterAxisLabelsComponentId.)
Public propertyConditions
Gets or sets collection of conditions which can be used to change behavior of series labels.
(Inherited from StiSeriesLabels.)
Public propertyCore (Inherited from StiSeriesLabels.)
Public propertyDrawBorder
Gets or sets value which incates that border will be drawn or not.
(Inherited from StiSeriesLabels.)
Public propertyFont
Gets or sets font which will be used to draw series labels.
(Inherited from StiSeriesLabels.)
Public propertyFormat
Gets or sets format string which used for formating series values (if applicable).
(Inherited from StiSeriesLabels.)
Public propertyFormatService
DBS use only!
(Inherited from StiSeriesLabels.)
Public propertyLabelColor
Gets or sets foreground color of series labels.
(Inherited from StiSeriesLabels.)
Public propertyLegendValueType
Gets or sets which type of information will be shown in legend.
(Inherited from StiSeriesLabels.)
Public propertyMarkerAlignment
Gets or sets marker alignment related to label text.
(Inherited from StiSeriesLabels.)
Public propertyMarkerSize
Gets or sets marker size.
(Inherited from StiSeriesLabels.)
Public propertyMarkerVisible
Gets or sets vibility of marker.
(Inherited from StiSeriesLabels.)
Public propertyPieCore (Inherited from StiSeriesLabels.)
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.
(Inherited from StiSeriesLabels.)
Public propertyProperties (Inherited from StiService.)
Public propertyPropName (Inherited from StiSeriesLabels.)
Public propertyServiceCategory
Gets a service category.
(Inherited from StiSeriesLabels.)
Public propertyServiceEnabled (Inherited from StiService.)
Public propertyServiceInfo (Inherited from StiService.)
Public propertyServiceName
Gets a service name.
(Inherited from StiSeriesLabels.)
Public propertyServiceType
Gets a service type.
(Inherited from StiSeriesLabels.)
Public propertyShowInPercent
Gets or sets value which indicates that values from series must be shown as percents.
(Inherited from StiAxisSeriesLabels.)
Public propertyShowNulls
Gets or sets value which indicates that series labels will be shown or not if value equal to null.
(Inherited from StiSeriesLabels.)
Public propertyShowZeros
Gets or sets value which indicates that series labels will be shown or not if value equal to zero.
(Inherited from StiSeriesLabels.)
Public propertyStep
Gets or sets value which indicates with what steps do labels be shown.
(Inherited from StiSeriesLabels.)
Public propertyTextAfter
Gets or sets text which will be shown after label text.
(Inherited from StiSeriesLabels.)
Public propertyTextBefore
Gets or sets text which will be shown before label text.
(Inherited from StiSeriesLabels.)
Public propertyUseSeriesColor
Gets or sets value which indicates that series colors must be used.
(Inherited from StiSeriesLabels.)
Public propertyValueType
Gets or sets which type of information will be shown in series labels.
(Inherited from StiSeriesLabels.)
Public propertyValueTypeSeparator
Gets or sets string which contain separator for value information (if applicated).
(Inherited from StiSeriesLabels.)
Public propertyVisible
Gets or sets visiblity of series labels.
(Inherited from StiSeriesLabels.)
Public propertyWidth
Gets or sets fixed width of series labels.
(Inherited from StiSeriesLabels.)
Public propertyWordWrap
Gets or sets word wrap.
(Inherited from StiSeriesLabels.)
Top
Methods
  NameDescription
Public methodClone
Creates a new object that is a copy of the current instance.
(Inherited from StiSeriesLabels.)
Public methodCreateNew (Overrides StiCenterAxisLabelsCreateNew.)
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 (Inherited from StiSeriesLabels.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetProperties (Overrides StiCenterAxisLabelsGetProperties(IStiPropertyGrid, StiLevel).)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodIsPropertiesInitializedProtected (Inherited from StiService.)
Public methodIsPropertyPresent (Inherited from StiService.)
Public methodLoadFromJsonObject (Inherited from StiAxisSeriesLabels.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPackService (Inherited from StiService.)
Public methodSaveToJsonObject (Inherited from StiAxisSeriesLabels.)
Public methodToString (Inherited from StiSeriesLabels.)
Top
See Also