Class CustomChart
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
CustomChart
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Utility.Report
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class CustomChart : CustomGraphic, IEquatable<APIBase>
Properties
LineThicknessFactor
Declaration
public int LineThicknessFactor { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ShowHeader
Declaration
public bool ShowHeader { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
TextIsUppercase
Declaration
public bool TextIsUppercase { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Implements
System.IEquatable<T>