Class CustomReportChartItem
Inheritance
System.Object
CustomReportChartItem
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class CustomReportChartItem : CustomReportPropertyItem, IEquatable<APIBase>
Properties
HasMarker
Declaration
public bool HasMarker { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
MarkerSize
Declaration
public double MarkerSize { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
PointShape
Declaration
public SMTChartPointShape PointShape { get; set; }
Property Value
SmoothLines
Declaration
public bool SmoothLines { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Implements
System.IEquatable<T>
Extension Methods