Click or drag to resize

IStiLineMarker Interface

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

Namespace:  Stimulsoft.Report.Chart
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public interface IStiLineMarker : IStiMarker, 
	ICloneable, IStiJsonReportObject

The IStiLineMarker type exposes the following members.

Properties
  NameDescription
Public propertyAngle (Inherited from IStiMarker.)
Public propertyBorderColor (Inherited from IStiMarker.)
Public propertyBrush (Inherited from IStiMarker.)
Public propertyCore (Inherited from IStiMarker.)
Public propertyShowInLegend (Inherited from IStiMarker.)
Public propertySize (Inherited from IStiMarker.)
Public propertyStep
Public propertyType (Inherited from IStiMarker.)
Public propertyVisible (Inherited from IStiMarker.)
Top
Methods
  NameDescription
Public methodClone
Creates a new object that is a copy of the current instance.
(Inherited from ICloneable.)
Public methodLoadFromJsonObject (Inherited from IStiJsonReportObject.)
Public methodSaveToJsonObject (Inherited from IStiJsonReportObject.)
Top
See Also