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 nodeWidth
Declared In
NChartSankeySeries.h
nodeMargin
Minimal margin between Sankey nodes in pixels. The default value is 10.
@property (nonatomic, assign) CGFloat nodeMargin
Declared In
NChartSankeySeries.h
margin
Margin of Sankey plot area in pixels. The default value is 10 in all sides.
@property (nonatomic, assign) NChartMargin margin
Declared 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 edgeCurvature
Declared 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 edgeAlpha
Declared 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 edgeMargin
Declared 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 dragEnabled
Declared In
NChartSankeySeries.h