Search Results for

    Show / Hide Table of Contents

    Class DiagramDisplayStyles2DBarChart

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    BaseDisplayStyleSetting
    DiagramDisplayStyles
    DiagramDisplayStyles2DBarChart
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IDisplayStyle
    Inherited Members
    DiagramDisplayStyles.GetGraphStyle(Int32)
    DiagramDisplayStyles.SetGraphStyle(Int32, GraphStyle)
    DiagramDisplayStyles.GetLineStyleSetting(Int32)
    DiagramDisplayStyles.GetBarStyleSetting(Int32)
    DiagramDisplayStyles.GetScatterStyleSetting(Int32)
    DiagramDisplayStyles.GetSurfaceStyleSetting(Int32)
    DiagramDisplayStyles.GetVectorStyleSetting(Int32)
    DiagramDisplayStyles.SetGraphStyleName(Int32, String)
    DiagramDisplayStyles.GetGraphStyleName(Int32)
    DiagramDisplayStyles.StyleCount
    BaseDisplayStyleSetting.Find(String)
    BaseDisplayStyleSetting.CommitChange()
    BaseDisplayStyleSetting.JournalIdentifier
    BaseDisplayStyleSetting.Owner
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(String)
    TaggedObject.PrintTestData(String, Int32)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    System.MarshalByRefObject.CreateObjRef(System.Type)
    System.MarshalByRefObject.GetLifetimeService()
    System.MarshalByRefObject.InitializeLifetimeService()
    System.MarshalByRefObject.MemberwiseClone(System.Boolean)
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen.CAE.Xyplot
    Assembly: NXOpen.dll
    Syntax
    public class DiagramDisplayStyles2DBarChart : DiagramDisplayStyles, IMessageSink, IDisplayStyle

    Constructors

    DiagramDisplayStyles2DBarChart()

    Declaration
    protected DiagramDisplayStyles2DBarChart()

    Properties

    SpaceBetweenFunctions

    Declaration
    public int SpaceBetweenFunctions { get; set; }
    Property Value
    Type Description
    System.Int32

    SpaceBetweenItems

    Declaration
    public int SpaceBetweenItems { get; set; }
    Property Value
    Type Description
    System.Int32

    Methods

    GetBarChartStyleSetting(Int32)

    Declaration
    public BarChartStyleSetting GetBarChartStyleSetting(int styleIndex)
    Parameters
    Type Name Description
    System.Int32 styleIndex
    Returns
    Type Description
    BarChartStyleSetting

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IDisplayStyle
    In This Article
    Back to top Generated by DocFX