PointStyles Class

GF Charts Help
Implements access to visual style of data point
Inheritance Hierarchy

SystemObject
  GF.Clients.Charts.TimeSeriesPointStyles

Namespace:  GF.Clients.Charts.TimeSeries
Assembly:  GF.Clients.Charts (in GF.Clients.Charts.dll) Version: a2f537322cdaf87d2796303449681c087e96766d
Syntax

public class PointStyles : IPointStyles

The PointStyles type exposes the following members.

Constructors

  NameDescription
Public methodPointStyles(Series)
Public methodPointStyles(Series, IPointStyles)
Top
Properties

  NameDescription
Public propertyColor
Color of the latest data point
Public propertyItem
Public propertyValue
A style of the latest data point
Public propertyWidth
Width of the latest data point
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference