Class PlotGraphTemplate
Inheritance
PlotGraphTemplate
Assembly: NXOpen.dll
Syntax
public class PlotGraphTemplate : BaseDisplayStyleSetting, IMessageSink, IDisplayStyle
Constructors
PlotGraphTemplate()
Declaration
protected PlotGraphTemplate()
Properties
AbscissaCustomMarkerLabel
Declaration
public string AbscissaCustomMarkerLabel { get; set; }
Property Value
DiagramDisplayStyles
Declaration
public DiagramDisplayStyles DiagramDisplayStyles { get; }
Property Value
GeneralDisplayStyles
Declaration
public GeneralDisplayStyles GeneralDisplayStyles { get; }
Property Value
OrdinateCustomMarkerLabel
Declaration
public string OrdinateCustomMarkerLabel { get; set; }
Property Value
WallDisplayStyles
Declaration
public WallDisplayStyles WallDisplayStyles { get; }
Property Value
ZCustomMarkerLabel
Declaration
public string ZCustomMarkerLabel { get; set; }
Property Value
Methods
ExportTemplate(string)
Declaration
public void ExportTemplate(string strXmlFile)
Parameters
Type |
Name |
Description |
string |
strXmlFile |
|
ImportTemplate(string)
Declaration
public void ImportTemplate(string strXmlFile)
Parameters
Type |
Name |
Description |
string |
strXmlFile |
|
ResetToDefault()
Declaration
public void ResetToDefault()
Implements
System.Runtime.Remoting.Messaging.IMessageSink