The StockSeriesView type exposes the following members.

Constructors

  NameDescription
StockSeriesView
Initializes a new instance of the StockSeriesView class.

Methods

  NameDescription
AddSeriesValueSegment
Adds a segment that corresponds to the specified value of the series.
(Inherited from AxisSeriesView.)
ClearSeriesValueRectangles
Clears the segments of the series values.
(Inherited from AxisSeriesView.)
Clone
Overridden. See Clone()()().
(Overrides SeriesView..::.Clone()()().)
CreateElement
Creates an element by the specified series value, series type.
(Overrides FinancialSeriesViewBase..::.CreateElement(Series, FinancialSeriesValue, Boolean).)
CreateElements
Overridden. See CreateElements(ChartArea).
(Inherited from SimpleAxisSeriesView.)
CreateElementsForSeries
Creates elements which correspond to the specified series.
(Inherited from FinancialSeriesViewBase.)
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetBounds (Inherited from FinancialSeriesViewBase.)
GetChartAreaPalette
Returns palette specified in the ChartArea.
(Inherited from SeriesView.)
GetCurrentElementIndex
Returns index of the current series.
(Inherited from SeriesView.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetLabelPosition (Inherited from AxisSeriesView.)
GetNextElementIndex
Returns index of the next series.
(Inherited from SeriesView.)
GetNotPaintedSeries
Returns the array of unpainted series of the specified type.
(Inherited from SeriesView.)
GetPaletteColor
Returns the Color specified in the palette.
(Inherited from SeriesView.)
GetPaletteFill
Returns the Fill specified in the palette.
(Inherited from SeriesView.)
GetPaletteStroke
Returns the Stroke specified in the palette.
(Inherited from SeriesView.)
GetReductionValueForSeriesValue
Returns the value field of the financial series with the specified reduction value.
(Inherited from FinancialSeriesViewBase.)
GetSegmentBySeriesValue
Returns a segment that corresponds to the series value.
(Inherited from AxisSeriesView.)
GetSeriesOverloaded.
GetSeriesValueType
Overridden. See GetSeriesValueType()()().
(Inherited from FinancialSeriesViewBase.)
GetSideIndent
Overridden. See GetSideIndent()()().
(Inherited from FinancialSeriesViewBase.)
GetStartPoint
Returns coordinates of the point that corresponds to the series' zero value.
(Inherited from AxisSeriesView.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
GetValuePoint
Returns coordinates of the point that corresponds to the specified value and label position.
(Inherited from AxisSeriesView.)
GetValuePosition (Inherited from AxisSeriesView.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
OnSeriesViewChanged
Raises the SeriesViewChanged event.
(Inherited from SeriesView.)
PaintLegendBadge (Overrides SeriesView..::.PaintLegendBadge(GraphicStream, VectorRectangle).)
PaintLegendBadgeToImage
Paints a legend badge for the series to a specified image.
(Inherited from SeriesView.)
PaintLegendMarkers
Paints a marker in a legend for the series value.
(Inherited from AxisSeriesView.)
PaintLegendValueBadge (Inherited from FinancialSeriesViewBase.)
PaintLegendValueBadgeToImage
Paints a legend badge for the series value to specified image.
(Inherited from SeriesView.)
ResetElementIndex
Resets index of the series.
(Inherited from SeriesView.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Fill
Gets or sets Fill object that is used to paint over.
(Inherited from SeriesView.)
IsValueLegendItemSupported (Inherited from FinancialSeriesViewBase.)
ReductionStroke
Gets or sets line type for the descending series values.
ReductionValue
Gets or sets a value which indicates according to which field the values with the reduced index will be chosen.
(Inherited from FinancialSeriesViewBase.)
Series
Gets or sets the series displayed.
(Inherited from SeriesView.)
Stroke
Gets or sets Stroke object that is used to trace.
(Inherited from SeriesView.)
ViewMode
Gets or sets view mode of the series values.
Width
Gets or sets relational width of the element which corresponds to the series value.
(Inherited from FinancialSeriesViewBase.)

Events

  NameDescription
SeriesViewChanged
Occurs after the change of an object state.
(Inherited from SeriesView.)

See Also