LegendData QML Type

The LegendData struct contains information to display on a sets legend marker. 更多...

import 语句: import QtGraphs
在 C++: QLegendData

特性

详细描述

The information needed to make a visual association between a set and a marker include properties such as color, border color, and a name of a set.

特性文档编制

borderColor : color

A border color of a legend marker.

color : color

A legend marker's color.

label : string

A name of a legend marker.