API Reference
Class
VisioDataGraphicItem
One visible item in a data graphic definition.
Inheritance
- Object
- VisioDataGraphicItem
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property VisioDataGraphic.Items
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String FieldName { get; } #Shape Data field name to visualize.
public VisioDataGraphicItemKind Kind { get; } #Visual item kind.
public String Label { get; set; } #Optional label prefix. When omitted, the field name is used.
public Double Width { get; set; } #Item width in page units.
public Double Height { get; set; } #Item height in page units.
public Nullable<Double> MinimumValue { get; set; } #Minimum value for data bars.
public Nullable<Double> MaximumValue { get; set; } #Maximum value for data bars.
public VisioShapeStyle BadgeStyle { get; set; } #Optional badge style.
public VisioShapeStyle BarBackgroundStyle { get; set; } #Optional data bar background style.
public VisioShapeStyle BarFillStyle { get; set; } #Optional data bar fill style.
public VisioTextStyle LabelTextStyle { get; set; } #Optional label text style.