Class CustomReportChartItem
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
CustomReportChartItem
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Utility.Report
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class CustomReportChartItem : CustomReportPropertyItem, IEquatable<APIBase>
Properties
HasMarker
Declaration
public bool HasMarker { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
MarkerSize
As a percentage of the parent's size.
Measurement: Percentage
Declaration
public double MarkerSize { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
PointShape
Declaration
public SMTChartPointShape PointShape { get; set; }
Property Value
Type | Description |
---|---|
SMTChartPointShape |
SmoothLines
Declaration
public bool SmoothLines { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Implements
System.IEquatable<T>