Inherits from TKStyleNode : NSObject
Declared in TKChartLegendItemStyle.h

Overview

Represents the layout style of a legend item.

Tasks

Properties

fill

The fill color to be used as a background.

@property (nonatomic, strong) TKFill *fill

Return Value

An instance of UIColor representing the fill color.

Declared In

TKChartLegendItemStyle.h

iconSize

Specifies the icon’s size.

@property (nonatomic, assign) CGSize iconSize

Declared In

TKChartLegendItemStyle.h

labelStyle

The label’s style.

@property (nonatomic, strong, readonly, nonnull) TKChartLabelStyle *labelStyle

Declared In

TKChartLegendItemStyle.h

stroke

The stroke color to be used for the legend frame.

@property (nonatomic, strong) TKStroke *stroke

Return Value

An instance of UIColor representing the stroke color.

Declared In

TKChartLegendItemStyle.h