AxisIsNumberFormatLinkedToSource Property |
Indicates whether the format is linked source data.
Read/write
Boolean.
Namespace:
Aspose.Slides.Charts
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic bool IsNumberFormatLinkedToSource { get; set; }Public Property IsNumberFormatLinkedToSource As Boolean
Get
Set
public:
virtual property bool IsNumberFormatLinkedToSource {
bool get () sealed;
void set (bool value) sealed;
}abstract IsNumberFormatLinkedToSource : bool with get, set
override IsNumberFormatLinkedToSource : bool with get, set
Property Value
Type:
BooleanImplements
IAxisIsNumberFormatLinkedToSource
See Also