Skip to the content.

PromptPlus API:ChartOrder

Build Publish License NuGet Downloads

Back to List Api

ChartOrder

Namespace: PPlus.Controls

Represents the Order show items to ChartBar Control

public enum ChartOrder

Inheritance ObjectValueTypeEnumChartOrder
Implements IComparable, IFormattable, IConvertible

Fields

Name Value Description
None 0 Order added
Highest 1 Highest value
Smallest 2 Smallest value
LabelAsc 3 Text Label (Ascending order)
LabelDec 4 Text Label (Descending order)

Back to List Api