Represents a marker to indicate characteristic points on chart series.

Namespace:  PerpetuumSoft.Charts
Assembly:  PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1

Syntax

C#
public class ValueMarkers : Element, 
	ICloneable, IChartElement
Visual Basic (Declaration)
Public Class ValueMarkers _
	Inherits Element _
	Implements ICloneable, IChartElement
Visual C++
public ref class ValueMarkers : public Element, 
	ICloneable, IChartElement

Inheritance Hierarchy

System..::.Object
  PerpetuumSoft.Instrumentation.Model..::.Element
    PerpetuumSoft.Charts..::.ValueMarkers

See Also