Class BarChartStyleSetting
Inheritance
BarChartStyleSetting
Assembly: NXOpen.dll
Syntax
public class BarChartStyleSetting : BaseSymbolStyleSetting, IMessageSink, IDisplayStyle
Constructors
BarChartStyleSetting()
Declaration
protected BarChartStyleSetting()
Properties
FillingColor
Declaration
public NXColor FillingColor { get; set; }
Property Value
OutlineColor
Declaration
public NXColor OutlineColor { get; set; }
Property Value
PointMarkerIdx
Declaration
public PointMarker PointMarkerIdx { get; set; }
Property Value
ShowOutline
Declaration
public bool ShowOutline { get; set; }
Property Value
ShowText
Declaration
public bool ShowText { get; set; }
Property Value
SpaceBetweenTextAndBar
Declaration
public int SpaceBetweenTextAndBar { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink