Click or drag to resize

StiLineMarker Class

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

Inheritance Hierarchy

Namespace:  Stimulsoft.Report.Chart
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
[TypeConverterAttribute(typeof(StiLineMarkerConverter))]
public class StiLineMarker : StiMarker, 
	IStiLineMarker, IStiMarker, ICloneable, IStiJsonReportObject

The StiLineMarker type exposes the following members.

Constructors
  NameDescription
Public methodStiLineMarker
Initializes a new instance of the StiLineMarker class
Top
Properties
  NameDescription
Public propertyAngle
Gets or sets rotation angle of the marker.
(Inherited from StiMarker.)
Public propertyBorderColor
Gets or sets border color of marker.
(Inherited from StiMarker.)
Public propertyBrush
Gets or sets brush which will be used to fill marker area.
(Inherited from StiMarker.)
Public propertyComponentId (Overrides StiMarkerComponentId.)
Public propertyCore (Inherited from StiMarker.)
Public propertyPropName (Inherited from StiMarker.)
Public propertyShowInLegend
Gets or sets value which indicates that marker will be visible in legend marker.
(Inherited from StiMarker.)
Public propertySize
Gets or sets size of marker.
(Overrides StiMarkerSize.)
Public propertyStep
Gets or sets step of the line marker.
Public propertyType
Gets or sets type of the marker.
(Inherited from StiMarker.)
Public propertyVisible
Gets or sets visibility of marker.
(Overrides StiMarkerVisible.)
Top
Methods
  NameDescription
Public methodClone
Creates a new object that is a copy of the current instance.
(Inherited from StiMarker.)
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 StiMarker.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetProperties (Overrides StiMarkerGetProperties(IStiPropertyGrid, StiLevel).)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLoadFromJsonObject (Overrides StiMarkerLoadFromJsonObject(JObject).)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSaveToJsonObject (Overrides StiMarkerSaveToJsonObject(StiJsonSaveMode).)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also