Click or drag to resize
NChartCandlestickSeriesSettings Class
The NChartCandlestickSeriesSettings class provides global settings for NChartCandlestickSeries.
Inheritance Hierarchy
SystemObject
  NChart3D_UWPNChartCandlestickSeriesSettings

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
public sealed class NChartCandlestickSeriesSettings : IClosable, 
	INChartSeriesSettings, INChartSolidSeriesSettings

The NChartCandlestickSeriesSettings type exposes the following members.

Constructors
  NameDescription
Public methodNChartCandlestickSeriesSettings
Initializes a new instance of the NChartCandlestickSeriesSettings class
Top
Properties
  NameDescription
Public propertyCylindersResolution
The resolution of cylinders. Resolution is the amount of vertices that build the circle. For example if you want to get a square candlestick you should set resolution to 4. If you want to get a cylindrical candlestick you may set a larger value. But the larger is the resolution the more memory is used and the slower the rendering will be so you should find out the minimal acceptable value. A good value for cylinder is 16 or 20. The default value is 20. This value cannot be less than 3 and greater than 32.
Public propertyFillRatio
Fill ratio for series that determines the amount of place for one series. For example if the fill ratio is 1.0 and the column series is displayed one column (or one group of columns if there are many series on one chart at the same time) fills the whole area of one tick on the X and Z axes (for bar series -- on the Y and Z respectively for area -- it's Z-width and so on). If the fill ratio is 0.5 the column fills half the area of one tick and so on. The default value is 0.7.
Public propertyInternalSettings
Return internal class.
Public propertyRudimentEnabled
Flag determining if rudiment is allowed. The default value is true. Rudiment is a part of series that remains unused from the previous displayed data set and disappears by the animated transition.
Public propertySettingsType
Return own settings type from NChartSeriesSettingsTypes enum.
Top
Methods
  NameDescription
Public methodClose
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also