Show / Hide Table of Contents

Class UpDownBars

Inheritance
System.Object
UpDownBars
Namespace: DRIT.Spreadsheet.Chart
Assembly: DRIT.Spreadsheet.dll
Syntax
public class UpDownBars : object

Constructors

UpDownBars()

Declaration
public UpDownBars()

Properties

DownBars

Declaration
public UpDownBar DownBars { get; set; }
Property Value
Type Description
UpDownBar

GapWidth

Declaration
public double GapWidth { get; set; }
Property Value
Type Description
System.Double

UpBars

Declaration
public UpDownBar UpBars { get; set; }
Property Value
Type Description
UpDownBar
Back to top Generated by DocFX