Skip to main content
A newer version of this page is available. .

FullStackedLinePointOptions Members

Contains settings that specify data point appearance within a full-stacked line series.

Constructors

Name Description
FullStackedLinePointOptions() Initializes a new instance of the FullStackedLinePointOptions class with the default settings.

Properties

Name Description
ArgumentDateTimeOptions Gets an object that defines the display representation of date-time arguments. Inherited from PointOptions.
ArgumentNumericOptions Gets the settings which define how to display numeric argument values of series points. Inherited from PointOptions.
HiddenSerializableString Obsolete. Gets or sets the string value used to support serialization in a WebChartControl. Inherited from PointOptions.
IsDisposed Gets a value indicating whether the control has been disposed of. Inherited from ChartElement.
Pattern Gets or sets a string which represents the pattern specifying the text to be displayed within series labels and legend items. Inherited from PointOptions.
PercentOptions Gets the settings that relate to presenting point values as percents. Inherited from FullStackedPointOptions.
PointView Gets or sets a value that specifies which information should be displayed within series labels and legend items. Inherited from PointOptions.
Tag Gets or sets the object that contains data related to the chart element. Inherited from ChartElement.
TypeNameSerializable Gets the string value used to support serialization of the point options type. Inherited from PointOptions.
ValueDateTimeOptions Gets an object that defines the representation of date-time value(s) of a data point for display purposes. Inherited from PointOptions.
ValueNumericOptions Gets the settings which define how to display numeric data values of series points. Inherited from PointOptions.

Methods

Name Description
Assign(ChartElement) Copies all the settings from the FullStackedPointOptions object passed as a parameter. Inherited from FullStackedPointOptions.
Clone() Creates a copy of the current ChartElement object. Inherited from ChartElement.
Dispose() Disposes of the ChartElement object. Inherited from ChartElement.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether or not the specified object is equal to the current FullStackedPointOptions instance. Inherited from FullStackedPointOptions.
GetHashCode() Gets the hash code (a number) that corresponds to the value of the current FullStackedPointOptions object. Inherited from FullStackedPointOptions.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns the textual representation of the chart element. Inherited from ChartElement.
See Also