NChartSankeySeriesSettings Class Reference
| Inherits from | NChartSolidSeriesSettings : NChartSeriesSettings : NSObject |
|---|---|
| Declared in | NChartSankeySeries.h |
nodeWidth
Width of Sankey node in pixels. The default value is 30.
@property (nonatomic, assign) CGFloat nodeWidthDeclared In
NChartSankeySeries.h
nodeMargin
Minimal margin between Sankey nodes in pixels. The default value is 10.
@property (nonatomic, assign) CGFloat nodeMarginDeclared In
NChartSankeySeries.h
margin
Margin of Sankey plot area in pixels. The default value is 10 in all sides.
@property (nonatomic, assign) NChartMargin marginDeclared In
NChartSankeySeries.h
edgeCurvature
Edge curvature. This parameter varies from 0 to 1. 0 means straight line, 1 means very curvy line. The default value is 0.5. Values less than 0 or greater than 1 are automatically clamped.
@property (nonatomic, assign) CGFloat edgeCurvatureDeclared In
NChartSankeySeries.h
edgeAlpha
Edge alpha (aka transparency). This parameter varies from 0 to 1. 0 means that the alpha of edges is not altered and therefore taken from the brush of the series or the point. Values bigger than 0 will be assigned as alpha to the edge overriding whatever alpha value comes form the brush color of the series or the point. The default value is 0.3.
@property (nonatomic, assign) CGFloat edgeAlphaDeclared In
NChartSankeySeries.h
edgeMargin
Edge margin in pixels (distance from the node to the beginning/end of the edge). The default value is 0.
@property (nonatomic, assign) CGFloat edgeMarginDeclared In
NChartSankeySeries.h
dragEnabled
Flag determining if dragging of nodes is enabled (YES) or not (NO). The default value is NO.
@property (nonatomic, assign) BOOL dragEnabledDeclared In
NChartSankeySeries.h